Skip to content

Commit d237e7c

Browse files
authored
docs: fix blue-grey palette name in theming (#27119)
updates pre-built theme doc using incorrect name for blue-grey variable name fixes #25768
1 parent af48db8 commit d237e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ You can use one of these pre-built themes if you don't want to define a custom t
244244
|------------------------|----------------|----------------------------------|
245245
| `deeppurple-amber.css` | Light | deep-purple, amber, red |
246246
| `indigo-pink.css` | Light | indigo, pink, red |
247-
| `pink-bluegrey.css` | Dark | pink, bluegrey, red |
247+
| `pink-bluegrey.css` | Dark | pink, blue-grey, red |
248248
| `purple-green.css` | Dark | purple, green, red |
249249

250250
These files include the CSS for every component in the library. To include only the CSS for a subset

0 commit comments

Comments
 (0)