Skip to content

Commit

Permalink
web: Change OverviewResourceBar font size from smallester to smallest (
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Wu committed Feb 8, 2021
1 parent c162f6d commit 7a85626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/OverviewResourceBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ let ResourceBarEndRoot = styled.div`
let ResourceBarStatusRoot = styled.div`
display: flex;
font-family: ${Font.sansSerif};
font-size: ${FontSize.smallester};
font-size: ${FontSize.smallest};
align-items: center;
color: ${Color.grayLightest};
Expand Down Expand Up @@ -300,7 +300,7 @@ export let MenuButton = styled.button`
let MenuButtonLabel = styled.div`
position: absolute;
bottom: 0;
font-size: ${FontSize.smallester};
font-size: ${FontSize.smallest};
color: ${Color.blueDark};
width: 200%;
transition: opacity ${AnimDuration.default} ease;
Expand Down

0 comments on commit 7a85626

Please sign in to comment.