fix: fix button disabled and reset to 0

This commit is contained in:
Jef Roelandt
2024-04-28 19:11:51 +02:00
parent 0517c31fc1
commit 58bf28bb24
3 changed files with 17 additions and 1 deletions

View File

@@ -26,4 +26,9 @@
&.smallIcon {
font-size: var(--font-xsm);
}
&:disabled {
cursor: not-allowed;
opacity: 0.4;
}
}