modified card colors
Some checks failed
Build and Release Docker Images / build-and-push (./backend, public/Dockerfile, my-website-v2_public) (push) Failing after 21m39s
Build and Release Docker Images / build-and-push (./backend, task/Dockerfile, my-website-v2_task) (push) Failing after 24m46s
Build and Release Docker Images / build-and-push (./frontend, Dockerfile, my-website-v2_frontend) (push) Failing after 17m14s
Build and Release Docker Images / create-release (push) Has been skipped

This commit is contained in:
2025-07-28 13:19:07 -04:00
parent 49374b646b
commit fb071df6e4
4 changed files with 4 additions and 4 deletions

View File

@@ -175,7 +175,7 @@ export default function Contact({ data }: PageProps<FormState>) {
<div>
<button
type="submit"
class="w-full bg-[#89b4fa] text-[#313244] py-2 px-4 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500"
class="w-full bg-[#44475b] text-[#cdd6f4] py-2 px-4 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 shadow-md"
>
Send Message
</button>