mirror of
https://github.com/wassname/talk.git
synced 2026-08-15 12:55:10 +08:00
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:
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 {
|
||||
|
||||
Reference in New Issue
Block a user