Skip to content

Commit

Permalink
fix: Change timer font to monospace (#21876)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Oct 19, 2022
1 parent 76e57ec commit 28c7636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/components/Timer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export interface TimerProps {

const TimerLabel = styled(Label)`
text-align: left;
font-family: ${({ theme }) => theme.typography.families.monospace};
`;

export default function Timer({
Expand Down

0 comments on commit 28c7636

Please sign in to comment.