@@ -52,14 +52,16 @@ export default {
.tabs {
display: flex;
}
-
+.tab_item.active .text{
+ color: #2ABED1;
+}
.tab_item {
padding: 12px 20px;
cursor: pointer;
.text {
font-size: 16px;
line-height: 24px;
- color: #2ABED1;
+ color: #686868;
.line {
width: 100%;