diff --git a/resources/css/showcase.css b/resources/css/showcase.css
index 7c8fbff9..046bb8a6 100644
--- a/resources/css/showcase.css
+++ b/resources/css/showcase.css
@@ -349,4 +349,14 @@
justify-content: flex-end;
height: 288px;
}
+
+ /* Menus: an item's icon in a colour beyond the fixed md-ink-* set (icon-class covers the
+ roles that set already has, md-ink-info among them). */
+ [data-md-showcase-icon-color='tertiary'] [data-md-icon] {
+ color: var(--md-sys-color-tertiary);
+ }
+
+ [data-md-showcase-icon-color='secondary'] [data-md-icon] {
+ color: var(--md-sys-color-secondary);
+ }
}
diff --git a/resources/views/showcase/sections/menus.blade.php b/resources/views/showcase/sections/menus.blade.php
index b478db88..88d7285f 100644
--- a/resources/views/showcase/sections/menus.blade.php
+++ b/resources/views/showcase/sections/menus.blade.php
@@ -130,19 +130,19 @@
-
-
-
-
+
+
+
+
BLADE,
];
@endphp
-
+