mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 02:40:35 +01:00
chore(Avatar): dark variant for chip background color
This commit is contained in:
@@ -18,7 +18,7 @@ const avatar = {
|
|||||||
},
|
},
|
||||||
chip: {
|
chip: {
|
||||||
base: 'absolute block rounded-full ring-1 ring-white dark:ring-gray-900',
|
base: 'absolute block rounded-full ring-1 ring-white dark:ring-gray-900',
|
||||||
background: 'bg-{color}-400',
|
background: 'bg-{color}-500 dark:bg-{color}-400',
|
||||||
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