Fix text field adornments to use correct font (#2795)

Font styling for text field adornments now
matches the text field input.

CORL-849

Co-authored-by: Wyatt Johnson <accounts+github@wyattjoh.ca>
This commit is contained in:
Nick Funk
2020-01-14 22:48:06 +00:00
committed by Wyatt Johnson
co-authored by Wyatt Johnson
parent 533d7633e1
commit 22516457ef
@@ -49,6 +49,11 @@ $input-dark-focused-border: var(--v2-colors-blue-500);
.adornment {
margin-left: var(--v2-spacing-2);
font-family: var(--v2-font-family-primary);
font-weight: var(--v2-font-weight-primary-regular);
font-size: var(--v2-font-size-3);
line-height: var(--v2-line-height-reset);
}
.colorRegular {