We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb2598 commit 34b0135Copy full SHA for 34b0135
src/simulator/src/themer/themes.ts
@@ -5,7 +5,6 @@ const themes: Themes = {
5
'--text-navbar--alt': '#000',
6
'--br-secondary': '#7d7d7d',
7
'--br-circuit-cur': '#fff',
8
- '--br-circuit': '#fff',
9
'--cus-radio_label': '#656565',
10
'--primary': '#454545',
11
'--text-lite': '#fff',
@@ -332,7 +331,6 @@ const themes: Themes = {
332
331
333
334
'--br-circuit-cur': '#ffffff',
335
- '--br-circuit': '#ffffff',
336
337
338
'--text-lite': '#ffffff',
0 commit comments