diff --git a/src/theme/chip.ts b/src/theme/chip.ts
index 00957c87..43269161 100644
--- a/src/theme/chip.ts
+++ b/src/theme/chip.ts
@@ -11,15 +11,15 @@ export default (config: { colors: string[] }) => ({
black: 'bg-gray-900 dark:bg-white'
},
size: {
- '3xs': 'h-[4px] min-w-[4px] text-[4px] p-px',
- '2xs': 'h-[5px] min-w-[5px] text-[5px] p-px',
- xs: 'h-1.5 min-w-[0.375rem] text-[6px] p-px',
- sm: 'h-2 min-w-[0.5rem] text-[7px] p-0.5',
- md: 'h-2.5 min-w-[0.625rem] text-[8px] p-0.5',
- lg: 'h-3 min-w-[0.75rem] text-[10px] p-0.5',
- xl: 'h-3.5 min-w-[0.875rem] text-[11px] p-1',
- '2xl': 'h-4 min-w-[1rem] text-[12px] p-1',
- '3xl': 'h-5 min-w-[1.25rem] text-[14px] p-1'
+ '3xs': 'h-[4px] min-w-[4px] text-[4px]',
+ '2xs': 'h-[5px] min-w-[5px] text-[5px]',
+ xs: 'h-[6px] min-w-[6px] text-[6px]',
+ sm: 'h-[7px] min-w-[7px] text-[7px]',
+ md: 'h-[8px] min-w-[8px] text-[8px]',
+ lg: 'h-[9px] min-w-[9px] text-[9px]',
+ xl: 'h-[10px] min-w-[10px] text-[10px]',
+ '2xl': 'h-[11px] min-w-[11px] text-[11px]',
+ '3xl': 'h-[12px] min-w-[12px] text-[12px]'
},
position: {
'top-right': 'top-0 right-0',
diff --git a/test/components/__snapshots__/Chip.spec.ts.snap b/test/components/__snapshots__/Chip.spec.ts.snap
index feee5008..9a5c1da1 100644
--- a/test/components/__snapshots__/Chip.spec.ts.snap
+++ b/test/components/__snapshots__/Chip.spec.ts.snap
@@ -1,51 +1,51 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
-exports[`Chip > renders basic case correctly 1`] = `"
"`;
+exports[`Chip > renders basic case correctly 1`] = `"
"`;
-exports[`Chip > renders with as correctly 1`] = `""`;
+exports[`Chip > renders with as correctly 1`] = `""`;
-exports[`Chip > renders with class correctly 1`] = `"
"`;
+exports[`Chip > renders with class correctly 1`] = `"
"`;
-exports[`Chip > renders with color black correctly 1`] = `"
"`;
+exports[`Chip > renders with color black correctly 1`] = `"
"`;
-exports[`Chip > renders with color gray correctly 1`] = `"
"`;
+exports[`Chip > renders with color gray correctly 1`] = `"
"`;
-exports[`Chip > renders with color green correctly 1`] = `"
"`;
+exports[`Chip > renders with color green correctly 1`] = `"
"`;
-exports[`Chip > renders with color white correctly 1`] = `"
"`;
+exports[`Chip > renders with color white correctly 1`] = `"
"`;
-exports[`Chip > renders with content slot correctly 1`] = `"Content slot
"`;
+exports[`Chip > renders with content slot correctly 1`] = `"Content slot
"`;
-exports[`Chip > renders with default slot correctly 1`] = `"Default slot
"`;
+exports[`Chip > renders with default slot correctly 1`] = `"Default slot
"`;
-exports[`Chip > renders with inset correctly 1`] = `"
"`;
+exports[`Chip > renders with inset correctly 1`] = `"
"`;
-exports[`Chip > renders with position bottom-left correctly 1`] = `"
"`;
+exports[`Chip > renders with position bottom-left correctly 1`] = `"
"`;
-exports[`Chip > renders with position bottom-right correctly 1`] = `"
"`;
+exports[`Chip > renders with position bottom-right correctly 1`] = `"
"`;
-exports[`Chip > renders with position top-left correctly 1`] = `"
"`;
+exports[`Chip > renders with position top-left correctly 1`] = `"
"`;
-exports[`Chip > renders with position top-right correctly 1`] = `"
"`;
+exports[`Chip > renders with position top-right correctly 1`] = `"
"`;
-exports[`Chip > renders with show correctly 1`] = `"
"`;
+exports[`Chip > renders with show correctly 1`] = `"
"`;
-exports[`Chip > renders with size 2xl correctly 1`] = `"
"`;
+exports[`Chip > renders with size 2xl correctly 1`] = `"
"`;
-exports[`Chip > renders with size 2xs correctly 1`] = `"
"`;
+exports[`Chip > renders with size 2xs correctly 1`] = `"
"`;
-exports[`Chip > renders with size 3xl correctly 1`] = `"
"`;
+exports[`Chip > renders with size 3xl correctly 1`] = `"
"`;
-exports[`Chip > renders with size 3xs correctly 1`] = `"
"`;
+exports[`Chip > renders with size 3xs correctly 1`] = `"
"`;
-exports[`Chip > renders with size lg correctly 1`] = `"
"`;
+exports[`Chip > renders with size lg correctly 1`] = `"
"`;
-exports[`Chip > renders with size md correctly 1`] = `"
"`;
+exports[`Chip > renders with size md correctly 1`] = `"
"`;
-exports[`Chip > renders with size sm correctly 1`] = `"
"`;
+exports[`Chip > renders with size sm correctly 1`] = `"
"`;
-exports[`Chip > renders with size xl correctly 1`] = `"
"`;
+exports[`Chip > renders with size xl correctly 1`] = `"
"`;
-exports[`Chip > renders with size xs correctly 1`] = `"
"`;
+exports[`Chip > renders with size xs correctly 1`] = `"
"`;
-exports[`Chip > renders with ui correctly 1`] = `"
"`;
+exports[`Chip > renders with ui correctly 1`] = `"
"`;