Skip to content
Snippets Groups Projects
Unverified Commit 361e20b5 authored by Mahatthana (Kelvin) Nomsawadi's avatar Mahatthana (Kelvin) Nomsawadi Committed by GitHub
Browse files

Fix dashboard header button icons not centering on fullscreen (#24211)

parent 14a25788
No related branches found
No related tags found
No related merge requests found
......@@ -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")};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment