From d2a1d0f574028fa2ef5e05aa88b9a5aa537169cd Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Tue, 21 Jul 2026 23:49:41 +0200 Subject: [PATCH] Fix "open random entry" button color --- src/features/library/components/LibraryToolbarMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/library/components/LibraryToolbarMenu.tsx b/src/features/library/components/LibraryToolbarMenu.tsx index 56b8e7c8..36d38916 100644 --- a/src/features/library/components/LibraryToolbarMenu.tsx +++ b/src/features/library/components/LibraryToolbarMenu.tsx @@ -68,7 +68,7 @@ export const LibraryToolbarMenu = ({ makeToast(t`Could not open random entry`, 'error', getErrorMessage(e)); } }} - color={active ? 'warning' : 'inherit'} + color="inherit" >