Skip to content

Commit

Permalink
Fix dashboard header button icons not centering on fullscreen (metaba…
Browse files Browse the repository at this point in the history
  • Loading branch information
WiNloSt authored Jul 22, 2022
1 parent 14a2578 commit 361e20b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const DashboardHeaderButton = styled(Button)`
height: 2rem;
width: 2rem;
color: ${props => (props.isActive ? color("brand") : color("text-dark"))};
font-size: 1rem;
&:hover {
color: ${color("brand")};
Expand Down

0 comments on commit 361e20b

Please sign in to comment.