mirror of
https://github.com/nagaoo0/HabbitGrid.git
synced 2026-01-11 23:44:55 +00:00
Fix button
This commit is contained in:
@@ -166,9 +166,9 @@ const HomePage = () => {
|
|||||||
<Button
|
<Button
|
||||||
onClick={handleAddHabit}
|
onClick={handleAddHabit}
|
||||||
size="lg"
|
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>
|
</Button>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user