Skip to content

Commit

Permalink
fix: 로그인 버튼 Hover 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJeongHooo committed Aug 21, 2024
1 parent 98a276b commit ab35ce4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const KakaoLoginButton = ({ redirectUrl }: { redirectUrl?: string }) => {
size="large"
css={{
backgroundColor: '#FEE500',
'&:hover': {
'&&&:hover': {
backgroundColor: '#FEE500',
},
}}
Expand Down

0 comments on commit ab35ce4

Please sign in to comment.