refactor: update component styles to use theme-aware colors and improve UI consistency

This commit is contained in:
asepharyana
2026-08-26 15:43:43 +07:00
parent a5f908dc06
commit 153e628aba
25 changed files with 141 additions and 58 deletions
@@ -103,7 +103,7 @@ export function Toaster({ position = "bottom-right" }: { position?: string }) {
store = store.filter((x) => x.id !== t.id);
emit();
}}
className="rounded-md p-1 text-ink-faint transition-colors hover:bg-white/8 hover:text-ink"
className="rounded-md p-1 text-ink-faint transition-colors hover:bg-surface hover:text-ink"
>
<X className="size-3.5" />
</button>