style(library): elevate Library to SaaS Premium standards

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
senke 2026-02-07 09:39:18 +01:00
parent 6e9bacff54
commit 4dbab85804
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ export function LibraryManagerError({ message }: LibraryManagerErrorProps) {
return (
<Card>
<CardContent className="pt-6">
<div className="text-center text-kodo-red">
<div className="text-center text-destructive">
Error loading library: {message}
</div>
</CardContent>

View file

@ -13,7 +13,7 @@ const meta: Meta<typeof LibraryPage> = {
withToast,
withAudio,
(Story) => (
<div className="bg-kodo-background min-h-screen">
<div className="bg-background min-h-screen">
<Story />
</div>
),