diff --git a/src/components/TextField.vue b/src/components/TextField.vue index fd49632..20eb330 100644 --- a/src/components/TextField.vue +++ b/src/components/TextField.vue @@ -87,4 +87,7 @@ input.error { margin-top: 2px; position: absolute; } +.text-field-error:first-letter { + text-transform: uppercase; +}