From 6523c4b61ae4196c08f87e90daf203118c3c9f94 Mon Sep 17 00:00:00 2001 From: lyndsiWilliams Date: Tue, 18 Oct 2022 21:49:20 -0500 Subject: [PATCH] Changed timer font to monospace --- superset-frontend/src/components/Timer/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/components/Timer/index.tsx b/superset-frontend/src/components/Timer/index.tsx index cfffc285717b..ce9bac55e983 100644 --- a/superset-frontend/src/components/Timer/index.tsx +++ b/superset-frontend/src/components/Timer/index.tsx @@ -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({