fix: Change timer font to monospace (#21876)

This commit is contained in:
Lyndsi Kay Williams 2022-10-19 16:53:34 -05:00 committed by GitHub
parent 76e57ec651
commit 28c7636c59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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({