try updating the button color
All checks were successful
CI / test-and-build (push) Successful in 9m30s

This commit is contained in:
2026-03-24 11:37:23 +01:00
parent c8caacf1e2
commit d38b3eeab2
3 changed files with 7 additions and 34 deletions

View File

@@ -81,4 +81,8 @@ defineProps<{
opacity: 0.5;
cursor: not-allowed;
}
.btn--disabled:hover {
transform: scale(1) !important;
}
</style>