35
35
$default-foreground : (
36
36
// LIGHT
37
37
--palette-foreground-base : utilities .hex-to-rgb (#000000 ),
38
+ --palette-foreground-base-alpha : 0 ,
38
39
--palette-foreground-divider : utilities .hex-to-rgb (#000000 ),
39
40
--palette-foreground-divider-alpha : 0.12 ,
40
41
--palette-foreground-dividers : utilities .hex-to-rgb (#000000 ),
@@ -45,7 +46,6 @@ $default-foreground: (
45
46
--palette-foreground-disabled-button-alpha : 0.26 ,
46
47
--palette-foreground-disabled-text : utilities .hex-to-rgb (#000000 ),
47
48
--palette-foreground-disabled-text-alpha : 0.38 ,
48
- // --palette-foreground-elevation: utilities.hex-to-rgb(#000000),
49
49
--palette-foreground-hint-text : utilities .hex-to-rgb (#000000 ),
50
50
--palette-foreground-hint-text-alpha : 0.38 ,
51
51
--palette-foreground-secondary-text : utilities .hex-to-rgb (#000000 ),
@@ -64,6 +64,7 @@ $default-foreground: (
64
64
--palette-foreground-slider-off-active-alpha : 0.38 ,
65
65
// DARK
66
66
--palette-foreground-base-dark : utilities .hex-to-rgb (#ffffff ),
67
+ --palette-foreground-base-dark-alpha : 0 ,
67
68
--palette-foreground-divider-dark : utilities .hex-to-rgb (#ffffff ),
68
69
--palette-foreground-divider-dark-alpha : 0.12 ,
69
70
--palette-foreground-dividers-dark : utilities .hex-to-rgb (#ffffff ),
@@ -74,7 +75,6 @@ $default-foreground: (
74
75
--palette-foreground-disabled-button-dark-alpha : 0.3 ,
75
76
--palette-foreground-disabled-text-dark : utilities .hex-to-rgb (#ffffff ),
76
77
--palette-foreground-disabled-text-dark-alpha : 0.5 ,
77
- // --palette-foreground-elevation-dark: utilities.hex-to-rgb(#000000),
78
78
--palette-foreground-hint-text-dark : utilities .hex-to-rgb (#ffffff ),
79
79
--palette-foreground-hint-text-dark-alpha : 0.5 ,
80
80
--palette-foreground-secondary-text-dark : utilities .hex-to-rgb (#ffffff ),
0 commit comments