mirror of
https://github.com/snowball-tools/snowballtools-base
synced 2024-11-17 18:29:18 +00:00
🔧 chore: 1 classname per object
This commit is contained in:
parent
195d957251
commit
448d0ceb7c
@ -57,17 +57,17 @@ export const inputTheme = tv(
|
||||
size: {
|
||||
md: {
|
||||
container: 'h-11',
|
||||
input: 'text-sm pl-4 pr-4',
|
||||
icon: 'h-[18px] w-[18px]',
|
||||
input: ['text-sm pl-4 pr-4'],
|
||||
icon: ['h-[18px] w-[18px]'],
|
||||
helperText: 'text-sm',
|
||||
helperIcon: 'h-5 w-5',
|
||||
helperIcon: ['h-5 w-5'],
|
||||
},
|
||||
sm: {
|
||||
container: 'h-8',
|
||||
input: 'text-xs pl-3 pr-3',
|
||||
icon: 'h-4 w-4',
|
||||
input: ['text-xs pl-3 pr-3'],
|
||||
icon: ['h-4 w-4'],
|
||||
helperText: 'text-xs',
|
||||
helperIcon: 'h-4 w-4',
|
||||
helperIcon: ['h-4 w-4'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user