refactor: restructure styles and components for improved theming and consistency

This commit is contained in:
2026-01-13 22:01:49 -06:00
parent e04d39fe17
commit 21a269998d
13 changed files with 209 additions and 161 deletions

View File

@@ -67,7 +67,7 @@ const AdminDashboard = () => {
</div>
<Link to={'/'}>
<Button
className="bg-[var(--purple-lavender)] text-white hover:bg-[var(--purple-muted)] rounded-full flex items-center gap-2"
className="btn-lavender"
>
<Globe />
View Public Site