mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 00:40:34 +01:00
fix(Input/Textarea): remove useless gap
This commit is contained in:
@@ -6,19 +6,19 @@ export default (config: { colors: string[] }) => ({
|
||||
variants: {
|
||||
size: {
|
||||
xs: {
|
||||
base: 'text-xs gap-1 px-2 py-1'
|
||||
base: 'text-xs px-2 py-1'
|
||||
},
|
||||
sm: {
|
||||
base: 'text-sm gap-1.5 px-2.5 py-1'
|
||||
base: 'text-sm px-2.5 py-1'
|
||||
},
|
||||
md: {
|
||||
base: 'text-sm gap-1.5 px-2.5 py-1.5'
|
||||
base: 'text-sm px-2.5 py-1.5'
|
||||
},
|
||||
lg: {
|
||||
base: 'text-sm gap-1.5 px-3 py-2'
|
||||
base: 'text-sm px-3 py-2'
|
||||
},
|
||||
xl: {
|
||||
base: 'text-sm gap-2.5 px-3.5 py-2.5'
|
||||
base: 'text-sm px-3.5 py-2.5'
|
||||
}
|
||||
},
|
||||
variant: {
|
||||
|
||||
Reference in New Issue
Block a user