diff --git a/src/utils/themes/dark.ts b/src/utils/themes/dark.ts index 3b032daa..cc27cf9b 100755 --- a/src/utils/themes/dark.ts +++ b/src/utils/themes/dark.ts @@ -13,7 +13,7 @@ const darkTheme: Theme = { background: '#E2F1FF', accent: '#1C293A', gradientBg: 'linear-gradient(180deg, #1A74EC 0%, #6396FF 100%); ', - error: 'red', + error: '#E75966', gradient: '', overlay: '', border: '', diff --git a/src/utils/themes/light.ts b/src/utils/themes/light.ts index ef4f2e58..d7918982 100755 --- a/src/utils/themes/light.ts +++ b/src/utils/themes/light.ts @@ -10,7 +10,7 @@ const lightTheme: Theme = { neutral: '#FFFFFF', background: '#E2F1FF', accent: '#1C293A', - error: 'red', + error: '#E75966', gradient: '', gradientBg: 'linear-gradient(180deg, #1A74EC 0%, #6396FF 100%)', overlay: '',