Skip to content

Commit

Permalink
Adjust input field typography
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham committed Nov 5, 2020
1 parent 627d027 commit 7757947
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/styles/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7757947

Please sign in to comment.