Skip to content
Snippets Groups Projects
Commit f4526b23 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '1258-frontend-does-not-respect-configured-theme' into 'master'

Resolve "Frontend does not respect configured theme"

Closes #1258

See merge request !1781
parents c62fbda4 3779ae3a
No related branches found
No related tags found
1 merge request!1781Resolve "Frontend does not respect configured theme"
Pipeline #197190 failed
......@@ -17,6 +17,7 @@ Fixed
* Full day events didn't work in calendar.
* [Dev] AddressInputType missed country field.
* Detail pages, e.g. for groups, did not work anymore.
* The configured theme colors were not used by the frontend.
`4.0`_ - 2025-03-29
-------------------
......
......@@ -40,10 +40,6 @@ const vuetifyOpts = {
theme: {
options: {
customProperties: true,
themeCache: {
get: (key) => localStorage.getItem(key),
set: (key, value) => localStorage.setItem(key, value),
},
},
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment