Skip to content

Commit 1f9e6ca

Browse files
committed
Fix styling for dark mode
1 parent b67ed78 commit 1f9e6ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/style/NewBranchDialog.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,9 @@ export const filterInputClass = style({
106106
/* top | right | bottom | left */
107107
padding: '1px 18px 2px 7px',
108108

109-
color: 'var(--jp-ui-font-color0)',
110109
fontSize: 'var(--jp-ui-font-size1)',
111110
fontWeight: 300,
112111

113-
backgroundColor: 'var(--jp-layout-color1)',
114-
115112
border: 'var(--jp-border-width) solid var(--jp-border-color2)',
116113
borderRadius: '3px',
117114

0 commit comments

Comments
 (0)