Skip to content

Commit 0cc6f27

Browse files
committed
fix form-error accessibility issue
1 parent 649627b commit 0cc6f27

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)