chore(Avatar): dark variant for chip background color

This commit is contained in:
Benjamin Canac
2023-05-26 18:28:32 +02:00
parent 1b61ec72e2
commit 589f86ef1b

View File

@@ -18,7 +18,7 @@ const avatar = {
},
chip: {
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: {
'top-right': 'top-0 right-0',
'bottom-right': 'bottom-0 right-0',