mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +01:00
chore(Alert): update ring on white color
This commit is contained in:
@@ -61,7 +61,7 @@ export default (config: { colors: string[] }) => ({
|
||||
color: 'white',
|
||||
variant: 'solid',
|
||||
class: {
|
||||
root: 'ring ring-inset ring-gray-300 dark:ring-gray-700 text-gray-900 dark:text-white bg-white dark:bg-gray-900'
|
||||
root: 'ring ring-inset ring-gray-200 dark:ring-gray-800 text-gray-900 dark:text-white bg-white dark:bg-gray-900'
|
||||
}
|
||||
}, {
|
||||
color: 'gray',
|
||||
|
||||
Reference in New Issue
Block a user