fix(Textarea): invalid xs size

This commit is contained in:
Benjamin Canac
2024-03-22 18:29:45 +01:00
parent d5fe5b3f4d
commit bed62520a9
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ export default (config: { colors: string[] }) => ({
base: 'text-xs gap-x-1 px-2 py-1'
},
xs: {
base: 'text-sm gap-x-1.5 px-2.5 py-1.5'
base: 'text-sm gap-x-1.5 px-2.5 py-1'
},
sm: {
base: 'text-sm gap-x-1.5 px-2.5 py-1.5'