Skip to content

Commit

Permalink
💄 style: カラーの順番を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Jan 3, 2024
1 parent dd00f72 commit d8211e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/themes.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export const colors = {
lightGray: '#E2E2E2',
blue: '#1E1ADE',
translucentBlue: 'rgba(11, 96, 223, 0.8)',
red: '#FF4747',
gradientBlue: 'linear-gradient(#0078B7, #001E43)',
red: '#FF4747',
transparent: 'transparent',
} as const;

Expand Down

0 comments on commit d8211e4

Please sign in to comment.