Skip to content

Commit

Permalink
♻️ refactor: hoverBlueの命名を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Jan 3, 2024
1 parent 281e1b0 commit 71fb8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/common/ImageLink/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const hoverContainer = style([
},
justifyContent: 'center',
alignItems: 'center',
backgroundColor: 'hoverBlue',
backgroundColor: 'lightBlue',
padding: 1,
}),
{
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const colors = {
gray: '#94989B',
lightGray: '#E2E2E2',
blue: '#1E1ADE',
hoverBlue: 'rgba(11, 96, 223, 0.8)',
lightBlue: 'rgba(11, 96, 223, 0.8)',
red: '#FF4747',
gradientBlue: 'linear-gradient(#0078B7, #001E43)',
transparent: 'transparent',
Expand Down

0 comments on commit 71fb8c1

Please sign in to comment.