Fix button

This commit is contained in:
2025-10-13 17:34:21 +02:00
parent 396f8665f7
commit c64eeb3928

View File

@@ -166,9 +166,9 @@ const HomePage = () => {
<Button
onClick={handleAddHabit}
size="lg"
className="rounded-full w-14 h-14 shadow-2xl hover:shadow-3xl transition-all hover:scale-110"
className="rounded-full shadow-lg hover:shadow-xl transition-shadow"
>
<Plus className="w-6 h-6" />
<Plus className="" />
</Button>
</motion.div>
)}