feat: colorize the ui based on the app color
This commit is contained in:
@@ -3,8 +3,6 @@ const { assets } = useAssets();
|
||||
|
||||
useRender((ctx) => {
|
||||
ctx.drawImage(assets.home.bottomScreen.background, 0, 0);
|
||||
ctx.drawImage(assets.settings.bottomScreen.topBar, 0, 0);
|
||||
ctx.drawImage(assets.settings.bottomScreen.bottomBar, 0, 168);
|
||||
});
|
||||
|
||||
defineOptions({
|
||||
|
||||
@@ -5,5 +5,6 @@ import Menus from "./Menus/Menus.vue";
|
||||
|
||||
<template>
|
||||
<Background />
|
||||
<CommonBars />
|
||||
<Menus />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user