feat: colorize the ui based on the app color

This commit is contained in:
2025-12-28 23:54:23 +01:00
parent 22c9fe2742
commit dafdbdc533
20 changed files with 194 additions and 30 deletions

View File

@@ -5,5 +5,6 @@ import Menus from "./Menus/Menus.vue";
<template>
<Background />
<CommonBars />
<Menus />
</template>