refactor: 💄 Make disabled buttons slightly more visible

This commit is contained in:
Kainoa Kanter 2023-09-28 08:14:52 -07:00
parent 0831b8b6d8
commit 8db91f277f
2 changed files with 2 additions and 2 deletions

View File

@ -939,7 +939,7 @@ defineExpose({
padding: 8px;
opacity: 0.7;
&:disabled {
opacity: 0.2 !important;
opacity: 0.3 !important;
}
flex-grow: 1;
max-width: 3.5em;

View File

@ -543,7 +543,7 @@ function noteClick(e) {
padding: 8px;
opacity: 0.7;
&:disabled {
opacity: 0.2 !important;
opacity: 0.3 !important;
}
flex-grow: 1;
max-width: 3.5em;