Skip to content

Commit 828bb95

Browse files
committed
fix: top tab style fixes
1 parent 3d2e922 commit 828bb95

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/shared/components/Settings/TabSelector/styles.scss

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
background-color: #bae1f9;
3030

3131
p {
32-
color: $tco-black;
33-
font-weight: 700;
32+
color: $tc-black;
33+
font-weight: 600;
3434
}
3535
}
3636
}
@@ -64,8 +64,10 @@
6464
/* stylelint-enable no-descending-specificity */
6565

6666
.active {
67+
@include barlow;
68+
6769
color: $tc-black;
68-
font-weight: 700;
70+
font-weight: 600;
6971
background-color: #bae1f9;
7072

7173
&::after {
@@ -78,7 +80,7 @@
7880
z-index: 100;
7981
display: block;
8082
position: absolute;
81-
top: 160px;
83+
top: 159px;
8284
}
8385
}
8486
}
@@ -96,8 +98,8 @@
9698
.title {
9799
@include barlow-bold;
98100

99-
font-weight: 700;
100-
color: $tco-black;
101+
font-weight: 600;
102+
color: $tc-black;
101103
font-size: 14px;
102104
line-height: 20px;
103105
text-transform: uppercase;

0 commit comments

Comments
 (0)