@@ -18,18 +18,18 @@ $font-family: var(--font-family, $font-family);
18
18
$monospace-font-family : var (--font-family-monospace , $monospace-font-family );
19
19
20
20
// Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=559%3A741
21
- $accent : var (--accent );
22
- $alert : var (--alert );
23
- $links : var (--links );
24
- $primary-content : var (--primary-content );
25
- $secondary-content : var (--secondary-content );
26
- $tertiary-content : var (--tertiary-content );
27
- $quaternary-content : var (--quaternary-content );
28
- $quinary-content : var (--quinary-content );
29
- $system : var (--system );
30
- $background : var (--background );
21
+ $accent : var (--accent , $accent );
22
+ $alert : var (--alert , $alert );
23
+ $links : var (--links , $links );
24
+ $primary-content : var (--primary-content , $primary-content );
25
+ $secondary-content : var (--secondary-content , $secondary-content );
26
+ $tertiary-content : var (--tertiary-content , $tertiary-content );
27
+ $quaternary-content : var (--quaternary-content , $quaternary-content );
28
+ $quinary-content : var (--quinary-content , $quinary-content );
29
+ $system : var (--system , $system );
30
+ $background : var (--background , $background );
31
31
$panels : rgba ($system , 0.9 );
32
- $panel-base : var (--panel-base ); // This color is not intended for use in the app
32
+ $panel-base : var (--panel-base , $tertiary-content ); // This color is not intended for use in the app
33
33
$panel-selected : rgba ($panel-base , 0.3 );
34
34
$panel-hover : rgba ($panel-base , 0.1 );
35
35
$panel-actions : rgba ($panel-base , 0.2 );
0 commit comments