Skip to content
Snippets Groups Projects
Commit 21f9def6 authored by Julian's avatar Julian
Browse files

Fix bug caused by wrong copy-paste

parent 74437eed
No related branches found
No related tags found
1 merge request!1123Resolve "Finalise Vuetify app as SPA"
Pipeline #108449 failed
......@@ -66,7 +66,7 @@ export default {
height: 16.25%;
border-radius: 50%;
aspect-ratio: 1;
background: {{ request.site.preferences.theme__primary }};
background: v-bind("$vuetify.theme.currentTheme.primary");
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
......
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