File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
apps/website/src/routes/docs/headless/tabs Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 4
4
5
5
.tabs-example [role = 'tab' ] {
6
6
width : 138px ;
7
- background : white;
7
+ background : var (--background );
8
+ color : var (--foreground );
8
9
}
9
10
10
11
.tabs-example [role = 'tab' ][disabled ] {
13
14
}
14
15
15
16
.tabs-example [role = 'tab' ][data-state = 'selected' ] {
16
- background : hsl (var (--primary ) / 0.3 );
17
+ background : hsl (var (--primary ));
18
+ color : hsl (var (--primary-foreground ));
17
19
}
18
20
19
21
.tabs-example [role = 'tablist' ] {
26
28
font-weight : 600 ;
27
29
margin-bottom : 0.5rem ;
28
30
}
29
-
30
- .dark .tabs-example [role = 'tab' ] {
31
- background : hsl (var (--foreground ));
32
- color : hsl (var (--muted ));
33
- }
34
-
35
- .dark .tabs-example [role = 'tab' ][data-state = 'selected' ] {
36
- background : hsl (var (--primary ));
37
- color : hsl (var (--muted ));
38
- }
You can’t perform that action at this time.
0 commit comments