Apply aqua daisyUI theme and refactor login primitives

This commit is contained in:
Ruslan Bakiev
2026-04-02 14:21:17 +07:00
parent 9a4dc7bab8
commit bc11b878cb
3 changed files with 149 additions and 121 deletions

View File

@@ -4,7 +4,7 @@ const isLoginPage = computed(() => route.path === '/login');
</script>
<template>
<div class="lk-shell">
<div class="lk-shell" data-theme="aqua">
<AppHeader v-if="!isLoginPage" />
<main class="mx-auto w-full max-w-7xl p-4 md:p-6 lg:p-8">
<NuxtPage />