chore(MeterGroup): consistency when multiple useUI

This commit is contained in:
Benjamin Canac
2023-10-27 22:08:29 +02:00
parent 339eaf69a5
commit 18e8d28272
2 changed files with 23 additions and 27 deletions

View File

@@ -537,8 +537,8 @@ export const meter = {
}
export const meterGroup = {
base: 'flex flex-col gap-2 w-full',
wrapper: 'flex flex-row flex-nowrap flex-shrink overflow-hidden',
wrapper: 'flex flex-col gap-2 w-full',
base: 'flex flex-row flex-nowrap flex-shrink overflow-hidden',
background: 'bg-gray-200 dark:bg-gray-700',
transition: 'transition-all',
rounded: 'rounded-full',