You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ly...@apache.org on 2022/10/19 17:15:21 UTC

[superset] branch lyndsi/fix-timer-font created (now 6523c4b61a)

This is an automated email from the ASF dual-hosted git repository.

lyndsi pushed a change to branch lyndsi/fix-timer-font
in repository https://gitbox.apache.org/repos/asf/superset.git


      at 6523c4b61a Changed timer font to monospace

This branch includes the following new commits:

     new 6523c4b61a Changed timer font to monospace

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: Changed timer font to monospace

Posted by ly...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lyndsi pushed a commit to branch lyndsi/fix-timer-font
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 6523c4b61ae4196c08f87e90daf203118c3c9f94
Author: lyndsiWilliams <kc...@gmail.com>
AuthorDate: Tue Oct 18 21:49:20 2022 -0500

    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 cfffc28571..ce9bac55e9 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({