From daa64dcc0a3aa42069e1a2d1e1e4e688dc548b80 Mon Sep 17 00:00:00 2001 From: senke Date: Sat, 7 Feb 2026 09:39:18 +0100 Subject: [PATCH] style(library): elevate Library to SaaS Premium standards Co-authored-by: Cursor --- .../library/components/library-manager/LibraryManagerError.tsx | 2 +- apps/web/src/features/library/pages/LibraryPage.stories.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/features/library/components/library-manager/LibraryManagerError.tsx b/apps/web/src/features/library/components/library-manager/LibraryManagerError.tsx index 1c29f7fdc..c02e3370f 100644 --- a/apps/web/src/features/library/components/library-manager/LibraryManagerError.tsx +++ b/apps/web/src/features/library/components/library-manager/LibraryManagerError.tsx @@ -12,7 +12,7 @@ export function LibraryManagerError({ message }: LibraryManagerErrorProps) { return ( -
+
Error loading library: {message}
diff --git a/apps/web/src/features/library/pages/LibraryPage.stories.tsx b/apps/web/src/features/library/pages/LibraryPage.stories.tsx index 3fb72ee67..e25040922 100644 --- a/apps/web/src/features/library/pages/LibraryPage.stories.tsx +++ b/apps/web/src/features/library/pages/LibraryPage.stories.tsx @@ -13,7 +13,7 @@ const meta: Meta = { withToast, withAudio, (Story) => ( -
+
),