Skip to content

Commit e54b0af

Browse files
committed
Fix formatting
1 parent 107b4fc commit e54b0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ActionList/Item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const Item = React.forwardRef<HTMLLIElement, ActionListItemProps>(
125125
':hover:not([aria-disabled])': {
126126
backgroundColor: `actionListItem.${variant}.hoverBg`,
127127
color: getVariantStyles(variant, disabled).hoverColor,
128-
boxShadow: `inset 0 0 0 max(1px, 0.0625rem) ${theme?.colors.border.muted}` ,
128+
boxShadow: `inset 0 0 0 max(1px, 0.0625rem) ${theme?.colors.border.muted}`,
129129
},
130130
'&:focus-visible, > a:focus-visible': {
131131
outline: 'none',

0 commit comments

Comments
 (0)