Skip to content

Commit ca39b0f

Browse files
committed
add missing vars
1 parent 0ed2368 commit ca39b0f

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,6 +35,7 @@ $text:
3535
$default-foreground: (
3636
// LIGHT
3737
--palette-foreground-base: utilities.hex-to-rgb(#000000),
38+
--palette-foreground-base-alpha: 0,
3839
--palette-foreground-divider: utilities.hex-to-rgb(#000000),
3940
--palette-foreground-divider-alpha: 0.12,
4041
--palette-foreground-dividers: utilities.hex-to-rgb(#000000),
@@ -45,7 +46,6 @@ $default-foreground: (
4546
--palette-foreground-disabled-button-alpha: 0.26,
4647
--palette-foreground-disabled-text: utilities.hex-to-rgb(#000000),
4748
--palette-foreground-disabled-text-alpha: 0.38,
48-
// --palette-foreground-elevation: utilities.hex-to-rgb(#000000),
4949
--palette-foreground-hint-text: utilities.hex-to-rgb(#000000),
5050
--palette-foreground-hint-text-alpha: 0.38,
5151
--palette-foreground-secondary-text: utilities.hex-to-rgb(#000000),
@@ -64,6 +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,
6768
--palette-foreground-divider-dark: utilities.hex-to-rgb(#ffffff),
6869
--palette-foreground-divider-dark-alpha: 0.12,
6970
--palette-foreground-dividers-dark: utilities.hex-to-rgb(#ffffff),
@@ -74,7 +75,6 @@ $default-foreground: (
7475
--palette-foreground-disabled-button-dark-alpha: 0.3,
7576
--palette-foreground-disabled-text-dark: utilities.hex-to-rgb(#ffffff),
7677
--palette-foreground-disabled-text-dark-alpha: 0.5,
77-
// --palette-foreground-elevation-dark: utilities.hex-to-rgb(#000000),
7878
--palette-foreground-hint-text-dark: utilities.hex-to-rgb(#ffffff),
7979
--palette-foreground-hint-text-dark-alpha: 0.5,
8080
--palette-foreground-secondary-text-dark: utilities.hex-to-rgb(#ffffff),

0 commit comments

Comments
 (0)