1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-14 20:50:51 -05:00

refactor contact form server action

This commit is contained in:
2025-04-04 09:31:08 -04:00
parent 3043f4df8c
commit 64f5cd2c39
8 changed files with 210 additions and 193 deletions

View File

@@ -24,7 +24,7 @@
border-color: var(--colors-error);
}
.fieldError {
.errorMessage {
font-size: 0.9em;
color: var(--colors-error);
}