Skip to content

Commit a9211e9

Browse files
committed
Add disabled button styles
1 parent 15c2983 commit a9211e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/web/src/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ button {
6464
-webkit-appearance: none;
6565
-moz-appearance: none;
6666
}
67+
button:disabled {
68+
background: var(--bg-dark);
69+
border: none;
70+
box-shadow: none;
71+
opacity: 0.6;
72+
}
6773
.layout {
6874
display: grid;
6975
grid-template-columns: 1fr;

0 commit comments

Comments
 (0)