fix: Change timer font to monospace (#21876)
This commit is contained in:
parent
76e57ec651
commit
28c7636c59
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue