From a6a2dc3e7180d9b3f3ae023690d2e0007c0370e9 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 13 Feb 2024 02:05:09 +0300 Subject: [PATCH] Better a11y colors --- components/lib/theme/aura/tag/index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/lib/theme/aura/tag/index.js b/components/lib/theme/aura/tag/index.js index 71f508650..5c6eff944 100644 --- a/components/lib/theme/aura/tag/index.js +++ b/components/lib/theme/aura/tag/index.js @@ -42,19 +42,19 @@ export default { }, success: { background: 'color-mix(in srgb, var(--p-green-500), transparent 84%)', - textColor: '{green.500}' + textColor: '{green.300}' }, info: { - background: 'color-mix(in srgb, var(--p-blue-500), transparent 84%)', - textColor: '{blue.500}' + background: 'color-mix(in srgb, var(--p-sky-500), transparent 84%)', + textColor: '{sky.300}' }, warn: { - background: 'color-mix(in srgb, var(--p-yellow-500), transparent 84%)', - textColor: '{yellow.500}' + background: 'color-mix(in srgb, var(--p-orange-500), transparent 84%)', + textColor: '{orange.300}' }, danger: { background: 'color-mix(in srgb, var(--p-red-500), transparent 84%)', - textColor: '{red.500}' + textColor: '{red.300}' }, contrast: { background: '{surface.0}',