Features: 1) Update Jazzmin UI theme to "cyborg" for both light and dark modes;

Fixes: ;

Extra: ;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-29 18:53:14 +03:00
parent d3dbbcb242
commit 9f703fe5e5

View file

@ -47,6 +47,6 @@ JAZZMIN_SETTINGS = {
}
JAZZMIN_UI_TWEAKS = {
"theme": "flatly",
"dark_mode_theme": "darkly",
"theme": "cyborg",
"dark_mode_theme": "cyborg",
}