diff --git a/src/theme/alert.ts b/src/theme/alert.ts index 0ebd7847..01b03a6c 100644 --- a/src/theme/alert.ts +++ b/src/theme/alert.ts @@ -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', diff --git a/test/components/__snapshots__/Alert.spec.ts.snap b/test/components/__snapshots__/Alert.spec.ts.snap index 74ab231d..72fad784 100644 --- a/test/components/__snapshots__/Alert.spec.ts.snap +++ b/test/components/__snapshots__/Alert.spec.ts.snap @@ -1,7 +1,7 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Alert > renders with as correctly 1`] = ` -"
+"
Title
@@ -13,7 +13,7 @@ exports[`Alert > renders with as correctly 1`] = ` `; exports[`Alert > renders with avatar correctly 1`] = ` -"
+"
Title
@@ -24,7 +24,7 @@ exports[`Alert > renders with avatar correctly 1`] = ` `; exports[`Alert > renders with class correctly 1`] = ` -"
+"
@@ -36,7 +36,7 @@ exports[`Alert > renders with class correctly 1`] = ` `; exports[`Alert > renders with close slot correctly 1`] = ` -"
+"
@@ -108,7 +108,7 @@ exports[`Alert > renders with color red correctly 1`] = ` `; exports[`Alert > renders with color white correctly 1`] = ` -"
+"
@@ -120,7 +120,7 @@ exports[`Alert > renders with color white correctly 1`] = ` `; exports[`Alert > renders with description correctly 1`] = ` -"
+"
Title
@@ -132,7 +132,7 @@ exports[`Alert > renders with description correctly 1`] = ` `; exports[`Alert > renders with description slot correctly 1`] = ` -"
+"
@@ -144,7 +144,7 @@ exports[`Alert > renders with description slot correctly 1`] = ` `; exports[`Alert > renders with icon correctly 1`] = ` -"
@@ -157,7 +157,7 @@ exports[`Alert > renders with icon correctly 1`] = ` `; exports[`Alert > renders with leading slot correctly 1`] = ` -"
+"
Leading slot
@@ -169,7 +169,7 @@ exports[`Alert > renders with leading slot correctly 1`] = ` `; exports[`Alert > renders with title correctly 1`] = ` -"
+"
Title
@@ -181,7 +181,7 @@ exports[`Alert > renders with title correctly 1`] = ` `; exports[`Alert > renders with title slot correctly 1`] = ` -"
+"
Title slot
@@ -193,7 +193,7 @@ exports[`Alert > renders with title slot correctly 1`] = ` `; exports[`Alert > renders with ui correctly 1`] = ` -"
+"
@@ -229,7 +229,7 @@ exports[`Alert > renders with variant soft correctly 1`] = ` `; exports[`Alert > renders with variant solid correctly 1`] = ` -"
+"