Skip to content

Commit 833c633

Browse files
committed
fix alpha
1 parent ca39b0f commit 833c633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/material-css-vars/src/lib/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $text:
3535
$default-foreground: (
3636
// LIGHT
3737
--palette-foreground-base: utilities.hex-to-rgb(#000000),
38-
--palette-foreground-base-alpha: 0,
38+
--palette-foreground-base-alpha: 1,
3939
--palette-foreground-divider: utilities.hex-to-rgb(#000000),
4040
--palette-foreground-divider-alpha: 0.12,
4141
--palette-foreground-dividers: utilities.hex-to-rgb(#000000),
@@ -64,7 +64,7 @@ $default-foreground: (
6464
--palette-foreground-slider-off-active-alpha: 0.38,
6565
// DARK
6666
--palette-foreground-base-dark: utilities.hex-to-rgb(#ffffff),
67-
--palette-foreground-base-dark-alpha: 0,
67+
--palette-foreground-base-dark-alpha: 1,
6868
--palette-foreground-divider-dark: utilities.hex-to-rgb(#ffffff),
6969
--palette-foreground-divider-dark-alpha: 0.12,
7070
--palette-foreground-dividers-dark: utilities.hex-to-rgb(#ffffff),

0 commit comments

Comments
 (0)