@@ -1,5 +1,5 @@
.btnList {
- width: 340px;
+ width: 100%;
height: 40px;
display: flex;
justify-content: space-around;
@@ -8,4 +8,8 @@
.icon-span {
color: #51E9FF;
}
+
+ .icon-span:hover {
+ color: #fff;
+ }