Changed the color of the log background

This commit is contained in:
Stefan Zermatten
2021-03-02 14:31:35 +02:00
parent 28e1fcabd5
commit e00dfe1532
2 changed files with 14 additions and 6 deletions

View File

@@ -5,15 +5,15 @@
right
clipped
>
<log-tab :creature-id="$route.params.id" />
<character-log :creature-id="$route.params.id" />
</v-navigation-drawer>
</template>
<script>
import LogTab from '/imports/ui/log/CharacterLog.vue';
import CharacterLog from '/imports/ui/log/CharacterLog.vue';
export default {
components: {
LogTab,
CharacterLog,
},
computed: {
drawer: {