@@ -92,6 +92,7 @@ export default {
92
92
return html `
93
93
< style >
94
94
.spectrum-Detail { display : inline-block; }
95
+ .spectrum-Typography { --mod-detail-font-color : var (--spectrum-seafoam-900 ); }
95
96
.spectrum-Typography > div {
96
97
border : 1px solid var (--spectrum-gray-200 );
97
98
border-radius : 4px ;
@@ -161,7 +162,7 @@ MenuWithVariants.args = {
161
162
items : [
162
163
{
163
164
idx : 1 ,
164
- heading : "With Icons " ,
165
+ heading : "Menu header - Menu with icons " ,
165
166
id : "menu-heading-with-icons" ,
166
167
items : [
167
168
{
@@ -190,7 +191,7 @@ MenuWithVariants.args = {
190
191
{ type : "divider" } ,
191
192
{
192
193
idx : 2 ,
193
- heading : "With descriptions and icons" ,
194
+ heading : "Menu header - With descriptions and icons" ,
194
195
id : "menu-heading-short-desc" ,
195
196
items : [
196
197
{
@@ -213,7 +214,7 @@ MenuWithVariants.args = {
213
214
{ type : "divider" } ,
214
215
{
215
216
idx : 3 ,
216
- heading : "With actions, icons, short descriptions, and values and longer header text that wraps" ,
217
+ heading : "Menu header - With actions, icons, short descriptions, and values and longer header text that wraps" ,
217
218
id : "menu-heading-desc-icon-value" ,
218
219
hasActions : true ,
219
220
items : [
@@ -244,7 +245,7 @@ MenuWithVariants.args = {
244
245
} ,
245
246
{
246
247
idx : 4 ,
247
- heading : "These menu items have drill-ins for a submenu" ,
248
+ heading : "Menu header - These menu items have drill-ins for a submenu" ,
248
249
id : "menu-heading-drillin" ,
249
250
items : [
250
251
{
0 commit comments