mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 08:50:34 +01:00
chore(MeterGroup): consistency when multiple useUI
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user