mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 18:00:43 +01:00
fix(Avatar): shrink chip ring
This commit is contained in:
@@ -17,7 +17,7 @@ const avatar = {
|
|||||||
'3xl': 'h-20 w-20 text-3xl'
|
'3xl': 'h-20 w-20 text-3xl'
|
||||||
},
|
},
|
||||||
chip: {
|
chip: {
|
||||||
base: 'absolute block rounded-full ring-2 ring-white dark:ring-gray-900',
|
base: 'absolute block rounded-full ring-1 ring-white dark:ring-gray-900',
|
||||||
position: {
|
position: {
|
||||||
'top-right': 'top-0 right-0',
|
'top-right': 'top-0 right-0',
|
||||||
'bottom-right': 'bottom-0 right-0',
|
'bottom-right': 'bottom-0 right-0',
|
||||||
|
|||||||
Reference in New Issue
Block a user