Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Fix theming
Browse files Browse the repository at this point in the history
  • Loading branch information
v1lling committed Jan 24, 2023
1 parent d60bc8a commit 8905cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const tStore = tenantStore();
</script>

<template>
<div class="w-full max-w-7xl h-full pt-4 pb-4 flex justify-center items-start"
<div class="w-full max-w-7xl h-full pt-4 pb-4 flex justify-center items-start theme_0"
:class="[tStore.tenant?.theme_type === '2' ? 'theme3' : tStore.tenant?.theme_type === '1' ? 'theme2' : 'theme1']">
<RouterView />
</div>
Expand Down

0 comments on commit 8905cd6

Please sign in to comment.