Improve button styles

This commit is contained in:
2025-07-17 19:33:33 -07:00
parent bded72694c
commit a0b19a8cc4

View File

@@ -11,5 +11,5 @@ img {
} }
.button { .button {
@apply bg-[#0a6ec8] rounded-lg cursor-pointer text-[16px] p-1.5; @apply bg-[#4378bf] hover:bg-[#5988c6] rounded-md cursor-pointer text-[16px] p-3 transition-colors duration-[0.25s];
} }