Skip to content

Commit

Permalink
fix(chip): clearbutton styles
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Oct 10, 2023
1 parent d0e44a0 commit cc7e89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/chip/src/ChipClearButton.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const chipClearButtonWrapperStyles = cva(
// eslint-disable-next-line tailwindcss/no-custom-classname
export const chipClearButtonStyles = cva(
[
'rounded-full text-[calc(var(--sz-6))] p-[var(--sz-2)] border-sm',
'rounded-full p-[--sz-2] [font-size:--sz-8] border-sm',
'focus-visible:outline-2 focus-visible:outline focus-visible:outline-offset-2 focus-visible:outline-[blue]',
],
{
Expand Down

0 comments on commit cc7e89b

Please sign in to comment.