Skip to content

Commit 990905d

Browse files
authored
fix(material/core): export all available M3 palettes (#28975)
Fixes that the `$spring-green-palette` wasn't being exported. Fixes #28924.
1 parent d0a2d3a commit 990905d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

guides/material-3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ used with the `primary` and `tertiary` options:
7070
- `$magenta-palette`
7171
- `$orange-palette`
7272
- `$chartreuse-palette`
73+
- `$spring-green-palette`
7374
- `$azure-palette`
7475
- `$violet-palette`
7576
- `$rose-palette`

src/material/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
define-density;
99
@forward './core/theming/palettes' show $red-palette, $green-palette, $blue-palette,
1010
$yellow-palette, $cyan-palette, $magenta-palette, $orange-palette,
11-
$chartreuse-palette, $azure-palette, $violet-palette, $rose-palette;
11+
$chartreuse-palette, $spring-green-palette, $azure-palette, $violet-palette, $rose-palette;
1212
@forward './core/theming/color-api-backwards-compatibility' show
1313
color-variants-backwards-compatibility;
1414

0 commit comments

Comments
 (0)