Update point color

Update the point color to neuro-income.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 01:47:38 +00:00
parent 8a3ccbc853
commit 0a4a689915
4 changed files with 7 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ const AddTransactionButton = () => {
"p-4 rounded-full transition-all duration-300 text-white",
isOpen
? "bg-red-500 rotate-45 shadow-lg"
: "bg-neuro-accent shadow-neuro-flat hover:shadow-neuro-convex animate-pulse-subtle"
: "bg-neuro-income shadow-neuro-flat hover:shadow-neuro-convex animate-pulse-subtle"
)}
onClick={() => setIsOpen(!isOpen)}
aria-label={isOpen ? "닫기" : "거래 추가"}