chore(Alert): update ring on white color

This commit is contained in:
Benjamin Canac
2024-04-16 17:42:47 +02:00
parent 7154d96e10
commit 7aa353d8cc
2 changed files with 14 additions and 14 deletions

View File

@@ -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',