style: fix font family inconsistencies (#6501)

style: font fix for four components

The browser default font was showing up in various locations. Fixed them to show the desired ui font.
This commit is contained in:
suwalkanishka
2023-04-25 17:35:19 +05:45
committed by GitHub
parent 1815cf3213
commit 1e9943323a
4 changed files with 7 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@
background-color: transparent;
border: none;
white-space: nowrap;
font-family: inherit;
display: grid;
grid-template-columns: 1fr 0.2fr;