mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
Theming
This commit is contained in:
@@ -29,9 +29,9 @@
|
||||
</NuxtLink>
|
||||
</template>
|
||||
<template #right>
|
||||
<UButton icon="i-lucide-plus" to="/search">Add</UButton>
|
||||
<UColorModeButton />
|
||||
<UButton icon="i-lucide-settings" variant="ghost" to="/settings" />
|
||||
<UButton icon="i-lucide-plus" to="/search" color="primary">Add</UButton>
|
||||
<UColorModeButton color="secondary" />
|
||||
<UButton icon="i-lucide-settings" variant="ghost" to="/settings" color="secondary" />
|
||||
</template>
|
||||
</UHeader>
|
||||
<UMain>
|
||||
@@ -41,4 +41,5 @@
|
||||
</UMain>
|
||||
</UApp>
|
||||
</template>
|
||||
<script setup lang="ts"></script>
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user