diff --git a/src/ActionList/Item.tsx b/src/ActionList/Item.tsx index 8dfe4f53103..dbdc3bbfcdc 100644 --- a/src/ActionList/Item.tsx +++ b/src/ActionList/Item.tsx @@ -125,7 +125,7 @@ export const Item = React.forwardRef( ':hover:not([aria-disabled])': { backgroundColor: `actionListItem.${variant}.hoverBg`, color: getVariantStyles(variant, disabled).hoverColor, - boxShadow: `inset 0 0 0 max(1px, 0.0625rem) ${theme?.colors.border.muted}` , + boxShadow: `inset 0 0 0 max(1px, 0.0625rem) ${theme?.colors.border.muted}`, }, '&:focus-visible, > a:focus-visible': { outline: 'none',