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
|
||||
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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user