Skip to content

Commit e1d63ea

Browse files
committed
refactor: use same color like keyboard shortcut panel header
1 parent a920dd7 commit e1d63ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/Extn-CustomSnippets.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@
156156
margin: 0;
157157
border: none;
158158
font-weight: 700;
159-
background-color: @bc-section-separator;
159+
background-color: #c2c7c7;
160160

161161
.dark & {
162-
background-color: @dark-bc-section-separator;
162+
background-color: #202020;
163163
}
164164
}
165165

0 commit comments

Comments
 (0)