From bc11b878cbeddde8122ba44c999b7d481336f038 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:21:17 +0700 Subject: [PATCH] Apply aqua daisyUI theme and refactor login primitives --- app/app.vue | 2 +- app/pages/login.vue | 229 +++++++++++++++++++++----------------------- tailwind.config.ts | 39 +++++++- 3 files changed, 149 insertions(+), 121 deletions(-) diff --git a/app/app.vue b/app/app.vue index d78783e..61d6682 100644 --- a/app/app.vue +++ b/app/app.vue @@ -4,7 +4,7 @@ const isLoginPage = computed(() => route.path === '/login');