mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 19:30:37 +01:00
fix(Notification): remove default color on icon
This commit is contained in:
@@ -701,7 +701,7 @@ const notification = {
|
|||||||
padding: 'p-4',
|
padding: 'p-4',
|
||||||
ring: 'ring-1 ring-gray-200 dark:ring-gray-800',
|
ring: 'ring-1 ring-gray-200 dark:ring-gray-800',
|
||||||
icon: {
|
icon: {
|
||||||
base: 'flex-shrink-0 w-5 h-5 text-gray-900 dark:text-white',
|
base: 'flex-shrink-0 w-5 h-5',
|
||||||
color: 'text-{color}-500 dark:text-{color}-400'
|
color: 'text-{color}-500 dark:text-{color}-400'
|
||||||
},
|
},
|
||||||
avatar: {
|
avatar: {
|
||||||
|
|||||||
Reference in New Issue
Block a user