Skip to content

Commit

Permalink
[ Web ] [ Feat ] user페이지 새로고침 버튼 hover press 컬러 추가 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamooooong committed Nov 2, 2024
1 parent 264ca58 commit 3541b8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/src/app/user/[userId]/UserPage.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ export const bottomDivHeadingStyle = style({
export const bottomDivRefreshButtonStyle = style({
...globalTheme.fonts.headerReg16,
color: globalTheme.colors.blue_33,
':hover': { color: globalTheme.colors.blue_hover },
':active': { color: globalTheme.colors.blue_press },
textAlign: 'end',
});

Expand Down

0 comments on commit 3541b8d

Please sign in to comment.