chore(components): add more sizes to theme config

This commit is contained in:
Benjamin Canac
2024-07-03 15:23:43 +02:00
parent 5f40773fa4
commit a4e86d6d42
14 changed files with 21 additions and 11 deletions

View File

@@ -3,6 +3,7 @@ export default {
content: 'flex items-center gap-1 bg-white dark:bg-gray-900 text-gray-900 dark:text-white shadow rounded ring ring-gray-200 dark:ring-gray-800 h-6 px-2 py-1 text-xs select-none data-[state=delayed-open]:animate-[scale-in_100ms_ease-out] data-[state=closed]:animate-[scale-out_100ms_ease-in]',
arrow: 'fill-gray-200 dark:fill-gray-800',
text: 'truncate',
kbds: `hidden lg:inline-flex items-center shrink-0 gap-0.5 before:content-['·'] before:mr-0.5`
kbds: `hidden lg:inline-flex items-center shrink-0 gap-0.5 before:content-['·'] before:mr-0.5`,
kbdsSize: 'sm'
}
}