Skip to content

Commit d890ee3

Browse files
fix: remove duplicate CSS variable '--br-circuit' in themes.ts
Remove duplicate '--br-circuit' key from Default Theme and Custom Theme in all three theme files (src/, v0/, v1/) to fix Vite build warnings. The first occurrence was being overwritten by the second occurrence, making it redundant and causing build warnings.
1 parent f071795 commit d890ee3

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
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',

v0/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',

v1/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)