Skip to content

Commit cbe753e

Browse files
committed
Disabled Window Button Fix
1 parent 03720dc commit cbe753e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/window/WindowActions/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
.root-window-actions-button:disabled {
4545
opacity: 0.5;
46-
background-color: var(--color-white) / 0.5);
46+
background-color: var(--color-white);
4747
cursor: not-allowed;
4848
}
4949

0 commit comments

Comments
 (0)