diff --git a/app/assets/css/main.css b/app/assets/css/main.css index 1c7eaef2..4c488385 100644 --- a/app/assets/css/main.css +++ b/app/assets/css/main.css @@ -327,4 +327,14 @@ body { .rounded-sm { border-radius: var(--radius-sm); } + +/* Form Error Styling */ +.field-error-info { + @apply text-xs ml-1; + color: hsl(var(--destructive)); + /* font-size: 0.875rem; */ + margin-top: 0.25rem; + line-height: 1.25; +} + /* .rounded-md { border-radius: var */ diff --git a/app/components/app/divison/entry-form.vue b/app/components/app/divison/entry-form.vue index c1b955b5..4057cc53 100644 --- a/app/components/app/divison/entry-form.vue +++ b/app/components/app/divison/entry-form.vue @@ -1,26 +1,33 @@