There was an error while loading. Please reload this page.
1 parent 9009523 commit e03a416Copy full SHA for e03a416
1 file changed
src/components/Tabs/Tabs.module.scss
@@ -1,4 +1,6 @@
1
$theme-grey: #d4d4d5;
2
+$theme-dark-grey: #a1a5b7;
3
+$theme-pink: #e30062;
4
5
.tabButton {
6
background: white;
@@ -17,7 +19,7 @@ $theme-grey: #d4d4d5;
17
19
font-size: 0.8em;
18
20
border: none;
21
cursor: pointer;
- color: #a1a5b7;
22
+ color: $theme-dark-grey;
23
}
24
25
.active {
@@ -31,6 +33,6 @@ $theme-grey: #d4d4d5;
31
33
font-weight: bold;
32
34
35
- border-bottom: 3px solid #e30062;
36
+ border-bottom: 3px solid $theme-pink;
37
color: black;
38
0 commit comments