From 7757947e0d42454854edaa79a14678a8029dc3b9 Mon Sep 17 00:00:00 2001 From: Adam Graham Date: Wed, 4 Nov 2020 22:17:37 -0600 Subject: [PATCH] Adjust input field typography --- src/styles/typography.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/styles/typography.css b/src/styles/typography.css index b4564c1..9a35179 100644 --- a/src/styles/typography.css +++ b/src/styles/typography.css @@ -26,10 +26,16 @@ .typography-input { font-family: var(--font-family-mono); - font-size: 18px; + font-weight: 400 !important; + font-size: 30px; line-height: 24px; } +.typography-input.Mui-focused, +.typography-input:hover { + font-weight: 500 !important; +} + .typography-hex { font-family: var(--font-family-mono); font-size: 16px;