diff --git a/src/components/common/ImageLink/styles.css.ts b/src/components/common/ImageLink/styles.css.ts index 72b0c2ad..7c034ef3 100644 --- a/src/components/common/ImageLink/styles.css.ts +++ b/src/components/common/ImageLink/styles.css.ts @@ -42,7 +42,7 @@ const hoverContainer = style([ }, justifyContent: 'center', alignItems: 'center', - backgroundColor: 'hoverBlue', + backgroundColor: 'lightBlue', padding: 1, }), { diff --git a/src/styles/themes.css.ts b/src/styles/themes.css.ts index 4ccfd3bc..22389111 100644 --- a/src/styles/themes.css.ts +++ b/src/styles/themes.css.ts @@ -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',