mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 17:00:36 +01:00
chore(theme): lint
This commit is contained in:
@@ -13,11 +13,11 @@ export default (config: { colors: string[] }) => ({
|
||||
size: {
|
||||
'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]',
|
||||
'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]'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user