@elixpo/lixsketch 5.5.4 → 5.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elixpo/lixsketch",
3
- "version": "5.5.4",
3
+ "version": "5.5.6",
4
4
  "description": "Open-source SVG whiteboard engine + React canvas component with hand-drawn aesthetics — the core of LixSketch",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -158,7 +158,7 @@ const useUIStore = create((set, get) => ({
158
158
 
159
159
  // --- Theme ---
160
160
  // Issue #38 bug #1: light by default. Dark stays available via toggle.
161
- theme: 'light',
161
+ theme: 'dark',
162
162
  setTheme: (newTheme) => {
163
163
  const prev = get().theme
164
164
  const resolve = (t) => t === 'system'