Skip to content

Commit

Permalink
fix(material/core): export all available M3 palettes
Browse files Browse the repository at this point in the history
Fixes that the `$spring-green-palette` wasn't being exported.

Fixes angular#28924.
  • Loading branch information
crisbeto committed Apr 26, 2024
1 parent 940f840 commit e07b970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions guides/material-3.md
Expand Up @@ -70,6 +70,7 @@ used with the `primary` and `tertiary` options:
- `$magenta-palette`
- `$orange-palette`
- `$chartreuse-palette`
- `$spring-green-palette`
- `$azure-palette`
- `$violet-palette`
- `$rose-palette`
Expand Down
2 changes: 1 addition & 1 deletion src/material/_index.scss
Expand Up @@ -8,7 +8,7 @@
define-density;
@forward './core/theming/palettes' show $red-palette, $green-palette, $blue-palette,
$yellow-palette, $cyan-palette, $magenta-palette, $orange-palette,
$chartreuse-palette, $azure-palette, $violet-palette, $rose-palette;
$chartreuse-palette, $spring-green-palette, $azure-palette, $violet-palette, $rose-palette;
@forward './core/theming/color-api-backwards-compatibility' show
color-variants-backwards-compatibility;

Expand Down

0 comments on commit e07b970

Please sign in to comment.