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

@@ -8,6 +8,7 @@ export default (options: Required<ModuleOptions>) => ({
description: 'text-sm text-gray-500 dark:text-gray-400',
icon: 'shrink-0 size-5',
avatar: 'shrink-0',
avatarSize: '2xl',
actions: 'flex gap-1.5 shrink-0',
progress: 'absolute inset-x-0 bottom-0 h-1 z-[-1]',
close: 'p-0'