tweak MkDisableSection style 🎨

This commit is contained in:
syuilo 2025-03-07 09:11:51 +09:00
parent 741cbc34e6
commit 82481c01e0

View File

@ -24,7 +24,8 @@ defineProps<{
} }
.disabled { .disabled {
opacity: 0.7; opacity: 0.3;
filter: saturate(0.5);
} }
.cover { .cover {