fix: admin: low contrast caused bad readability of form fields inside dialogs with dark theme

Massimo Melina committed Nov 5, 2024 at 20:32 UTC 15defb51c08e20463d0e92252677cc2443d54b44
2 files changed +2 -2
admin/src/theme.ts
+1 -1
@@ -18,7 +18,7 @@ export function useMyTheme() {
18 return useMemo(() => createTheme({
19 palette: lightMode || {
20 mode: 'dark',
21 - text: { primary: '#bbb', secondary: '#777' },
21 + text: { primary: '#bbb', secondary: '#fff6' },
22 primary: { main: '#469', light: '#68c' },
23 secondary: { main: '#969' },
24 },
dev-plugins.md
+1 -1
@@ -667,7 +667,7 @@ If you want to override a text regardless of the language, use the special langu
667
668 ## API version history
669
670 -- 9.5 (v0.54.0)
670 +- 9.6 (v0.54.0)
671 - frontend event: showPlay
672 - api.addBlock
673 - api.misc