fix: add hover effects to "Add" buttons

This commit is contained in:
Kenta Kubo 2025-09-03 22:56:58 +09:00
parent 0f72faaede
commit dd5eda3793
No known key found for this signature in database
GPG key ID: 3D79E20285C94BE8

View file

@ -48,6 +48,7 @@ extension RestorationView: View {
}
.buttonStyle(.borderedProminent)
.buttonBorderShape(.capsule)
.hoverEffect()
}
}
}