Skip to content

Commit a951b29

Browse files
authored
Merge pull request #1389 from shakti97/fix-form-error
fix form-error accessibility issue
2 parents 5b63410 + 0cc6f27 commit a951b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/styles/components/_forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display: block;
33
padding-top: #{4 / $base-font-size}rem;
44
width: #{300 / $base-font-size}rem;
5-
font-size: #{9 / $base-font-size}rem;
5+
font-size: #{12 / $base-font-size}rem;
66
text-align: left;
77
@include themify() {
88
color: getThemifyVariable('error-color');

0 commit comments

Comments
 (0)