Skip to content

Commit 964189c

Browse files
committed
Fix missing semicolon
1 parent 1ff3d42 commit 964189c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/components/ui/tabs/tab/index.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.tab {
22
border-bottom: 2px solid var(--color-border-muted);
3-
color: var(--color-text-muted);
3+
color: var(--color-text-alternative);
44
font-weight: 500;
55
transition: color 200ms ease, border-color 200ms ease;
66

@@ -18,7 +18,7 @@
1818
}
1919

2020
&:hover {
21-
color: var(--color-text-default)
21+
color: var(--color-text-default);
2222
}
2323

2424
&--active {

0 commit comments

Comments
 (0)