You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments