mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
fix(AvatarGroup): wrong ring on big sizes
This commit is contained in:
@@ -6,13 +6,13 @@ export default {
|
||||
variants: {
|
||||
size: {
|
||||
'3xs': {
|
||||
base: 'ring-1 -me-0.5'
|
||||
base: 'ring -me-0.5'
|
||||
},
|
||||
'2xs': {
|
||||
base: 'ring-1 -me-0.5'
|
||||
base: 'ring -me-0.5'
|
||||
},
|
||||
'xs': {
|
||||
base: 'ring-1 -me-0.5'
|
||||
base: 'ring -me-0.5'
|
||||
},
|
||||
'sm': {
|
||||
base: 'ring-2 -me-1.5'
|
||||
@@ -24,13 +24,13 @@ export default {
|
||||
base: 'ring-2 -me-1.5'
|
||||
},
|
||||
'xl': {
|
||||
base: 'ring-2.5 -me-2'
|
||||
base: 'ring-3 -me-2'
|
||||
},
|
||||
'2xl': {
|
||||
base: 'ring-2.5 -me-2'
|
||||
base: 'ring-3 -me-2'
|
||||
},
|
||||
'3xl': {
|
||||
base: 'ring-2.5 -me-2'
|
||||
base: 'ring-3 -me-2'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user