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