Fix "open random entry" button color
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user