refactor: rebrand project to HartOMat
This commit is contained in:
@@ -12,7 +12,7 @@ import { useThemeStore, applyTheme, resolveTheme, type ThemeMode, type AccentKey
|
||||
--------------------------------------------------------------- */
|
||||
;(function () {
|
||||
try {
|
||||
const raw = localStorage.getItem('schaeffler-theme')
|
||||
const raw = localStorage.getItem('hartomat-theme')
|
||||
if (raw) {
|
||||
const { state } = JSON.parse(raw) as { state: { mode: ThemeMode; accent: AccentKey; customHex?: string } }
|
||||
applyTheme(state.mode ?? 'light', state.accent ?? 'green', state.customHex)
|
||||
|
||||
Reference in New Issue
Block a user