Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 4398e04

Browse files
committed
feat: smaller validation error font
1 parent e6f33c5 commit 4398e04

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/FormField/styles.module.scss

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.job-field-label {
55
color: #aaaaaa;
6-
font-family: Roboto;
6+
@include font-roboto;
77
font-size: 12px;
88
line-height: 24px;
99
text-align: left;
@@ -42,14 +42,13 @@ input:read-only {
4242
}
4343

4444
.field-error {
45-
font-family: "Roboto", Helvetica, Arial, sans-serif;
46-
font-weight: 400;
45+
@include font-roboto;
4746
width: 100%;
4847
min-height: 40px;
4948
line-height: 20px;
5049
padding: 9px 10px;
5150
margin: 10px 0 5px;
52-
font-size: 15px;
51+
font-size: 14px;
5352
color: #ff5b52;
5453
border: 1px solid #ffd5d1;
5554
cursor: auto;

0 commit comments

Comments
 (0)