Skip to content

Commit 836ae65

Browse files
committed
Formatting, update snapshots.
1 parent 73b9f4f commit 836ae65

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/ActionList/Item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export const Item = React.forwardRef<HTMLLIElement, ActionListItemProps>(
215215
backgroundColor: 'transparent',
216216
cursor: 'inherit',
217217
fontSize: 'inherit',
218-
color: 'inherit'
218+
color: 'inherit',
219219
}}
220220
// @ts-ignore `as` prop may be passed to ActionList.Item, even if it isn't defined in ActionListItemProps.
221221
// If this item is inside an ActionMenu, don't render an interactive button.

src/NavList/__snapshots__/NavList.test.tsx.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ exports[`NavList renders a simple list 1`] = `
2323
background-color: transparent;
2424
cursor: inherit;
2525
font-size: inherit;
26+
color: inherit;
2627
}
2728
2829
.c6 {
@@ -405,6 +406,7 @@ exports[`NavList renders with groups 1`] = `
405406
background-color: transparent;
406407
cursor: inherit;
407408
font-size: inherit;
409+
color: inherit;
408410
}
409411
410412
.c10 {
@@ -847,6 +849,7 @@ exports[`NavList.Item with NavList.SubNav does not have active styles if SubNav
847849
background-color: transparent;
848850
cursor: inherit;
849851
font-size: inherit;
852+
color: inherit;
850853
}
851854
852855
.c7 {
@@ -1328,6 +1331,7 @@ exports[`NavList.Item with NavList.SubNav has active styles if SubNav contains t
13281331
background-color: transparent;
13291332
cursor: inherit;
13301333
font-size: inherit;
1334+
color: inherit;
13311335
}
13321336
13331337
.c7 {

0 commit comments

Comments
 (0)