Skip to content

Commit

Permalink
fix: file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
karpolan committed Feb 17, 2024
1 parent 5a929ac commit 93f35a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/style/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
*/
export const COLORS = {
// TODO: Put your theme/style color here
text: '#222222', // rgb(34, 34, 34)
background: '#FFFFFF',
headerAndFooter: '#fff5ed', // rgb(255, 245, 237)
primary: '#BF2A1D', // rgb(191, 42, 29)
secondary: '#404040', // rgb(64, 64, 64)
text: '#222222', // Text color
background: '#FFFFFF', // Background color and contrast color for icons
headerAndFooter: '#fff5ed', // Background color for header and footer
primary: '#BF2A1D',
secondary: '#404040',
success: '#008000',
warning: '#bbbb00',
error: '#ff0000',
Expand Down

0 comments on commit 93f35a4

Please sign in to comment.