Refine admin PWA dark theme controls
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-02-04 13:50:59 +01:00
parent 239f55f9c5
commit 66c7131d79
22 changed files with 999 additions and 110 deletions

View File

@@ -128,7 +128,9 @@ vi.mock('../theme', () => ({
successText: '#166534',
infoBg: '#e0e7ff',
infoText: '#3730a3',
accentSoft: '#eef2ff',
}),
withAlpha: (value: string) => value,
}));
import MobileNotificationsPage from '../NotificationsPage';