Skip to content

Commit 34b0135

Browse files
fix: remove duplicate CSS variable '--br-circuit' in themes.ts
1 parent 3bb2598 commit 34b0135

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/simulator/src/themer/themes.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const themes: Themes = {
55
'--text-navbar--alt': '#000',
66
'--br-secondary': '#7d7d7d',
77
'--br-circuit-cur': '#fff',
8-
'--br-circuit': '#fff',
98
'--cus-radio_label': '#656565',
109
'--primary': '#454545',
1110
'--text-lite': '#fff',
@@ -332,7 +331,6 @@ const themes: Themes = {
332331
'--text-navbar--alt': '#000',
333332
'--br-secondary': '#7d7d7d',
334333
'--br-circuit-cur': '#ffffff',
335-
'--br-circuit': '#ffffff',
336334
'--cus-radio_label': '#656565',
337335
'--primary': '#454545',
338336
'--text-lite': '#ffffff',

0 commit comments

Comments
 (0)