chore(demo): default theme breeze-dark

This commit is contained in:
Marco Allegretti 2026-02-15 20:52:39 +01:00
parent c49feb726f
commit 9de222620c

View file

@ -0,0 +1,3 @@
UPDATE instance_settings
SET theme_id = 'breeze-dark'
WHERE theme_id = 'neutral';