mirror of
https://github.com/snowball-tools/snowballtools-base
synced 2024-11-17 18:49: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: {
|
size: {
|
||||||
md: {
|
md: {
|
||||||
container: 'h-11',
|
container: 'h-11',
|
||||||
input: 'text-sm pl-4 pr-4',
|
input: ['text-sm pl-4 pr-4'],
|
||||||
icon: 'h-[18px] w-[18px]',
|
icon: ['h-[18px] w-[18px]'],
|
||||||
helperText: 'text-sm',
|
helperText: 'text-sm',
|
||||||
helperIcon: 'h-5 w-5',
|
helperIcon: ['h-5 w-5'],
|
||||||
},
|
},
|
||||||
sm: {
|
sm: {
|
||||||
container: 'h-8',
|
container: 'h-8',
|
||||||
input: 'text-xs pl-3 pr-3',
|
input: ['text-xs pl-3 pr-3'],
|
||||||
icon: 'h-4 w-4',
|
icon: ['h-4 w-4'],
|
||||||
helperText: 'text-xs',
|
helperText: 'text-xs',
|
||||||
helperIcon: 'h-4 w-4',
|
helperIcon: ['h-4 w-4'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user