Skip to content

Commit 71d5a15

Browse files
use variable for step button container bkgnd (#1233)
1 parent ec160df commit 71d5a15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: arduino-ide-extension/src/browser/style/settings-step-input.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
height: calc(100% - 4px);
1919
width: 14px;
2020
padding: 2px;
21-
background: white;
21+
background: var(--theia-input-background);
2222
}
2323

2424
.settings-step-input-container:hover > .settings-step-input-buttons-container {
@@ -33,7 +33,6 @@
3333
border: none;
3434
border-radius: 0;
3535
height: 50%;
36-
width: 1;
3736
display: flex;
3837
align-items: center;
3938
justify-content: center;

0 commit comments

Comments
 (0)