From cc7e89be692d34ee6f20b47d733502990d5a1704 Mon Sep 17 00:00:00 2001 From: andresin87 Date: Tue, 10 Oct 2023 18:36:24 +0200 Subject: [PATCH] fix(chip): clearbutton styles --- packages/components/chip/src/ChipClearButton.styles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/chip/src/ChipClearButton.styles.tsx b/packages/components/chip/src/ChipClearButton.styles.tsx index 914e6bad1..0bd3a387a 100644 --- a/packages/components/chip/src/ChipClearButton.styles.tsx +++ b/packages/components/chip/src/ChipClearButton.styles.tsx @@ -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]', ], {