Skip to content

Commit

Permalink
add error color
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseevaiana committed Jul 22, 2024
1 parent 8c970ee commit dfe7208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/utils/themes/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down
2 changes: 1 addition & 1 deletion src/utils/themes/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down

0 comments on commit dfe7208

Please sign in to comment.