You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree with @amaury-hanser, 10px is very small and difficult to read for users.
The minimum size is 14px but it's not the case in the back office.
Size 12px seems to be good according to the back office.
Hello,
I suggest to increase the
font-size
of the validation message.For now, the
font-size
compute to10px
.It comes from the mixin
@mixin ps-form-validation-state($state, $color)
inscss/mixins/_forms.scss
The variable
$font-size-xs
is defined inscss/_variables.scss
:The value is:
What do you think about increasing the computed value to
12px
instead?The text was updated successfully, but these errors were encountered: