File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/material-css-vars/src/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
$default-foreground : (
36
36
// LIGHT
37
37
--palette-foreground-base : utilities .hex-to-rgb (#000000 ),
38
- --palette-foreground-base-alpha : 0 ,
38
+ --palette-foreground-base-alpha : 1 ,
39
39
--palette-foreground-divider : utilities .hex-to-rgb (#000000 ),
40
40
--palette-foreground-divider-alpha : 0.12 ,
41
41
--palette-foreground-dividers : utilities .hex-to-rgb (#000000 ),
@@ -64,7 +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
+ --palette-foreground-base-dark-alpha : 1 ,
68
68
--palette-foreground-divider-dark : utilities .hex-to-rgb (#ffffff ),
69
69
--palette-foreground-divider-dark-alpha : 0.12 ,
70
70
--palette-foreground-dividers-dark : utilities .hex-to-rgb (#ffffff ),
You can’t perform that action at this time.
0 commit comments