Fix "open random entry" button color

This commit is contained in:
schroda
2026-07-21 23:49:41 +02:00
parent f27f9c2b95
commit d2a1d0f574

View File

@@ -68,7 +68,7 @@ export const LibraryToolbarMenu = ({
makeToast(t`Could not open random entry`, 'error', getErrorMessage(e));
}
}}
color={active ? 'warning' : 'inherit'}
color="inherit"
>
<ShuffleIcon />
</IconButton>