mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
Fix color depth/list button after MUI bump
This commit is contained in:
parent
25f0b0eea5
commit
3c78299dfc
@ -53,11 +53,7 @@ const BookPage = (): JSX.Element => {
|
||||
{doubleView ? (
|
||||
<></>
|
||||
) : (
|
||||
<Button
|
||||
color='inherit'
|
||||
style={{ color: '#111111' }}
|
||||
onClick={() => setView(view === 'depth' ? 'list' : 'depth')}
|
||||
>
|
||||
<Button onClick={() => setView(view === 'depth' ? 'list' : 'depth')}>
|
||||
{view == 'depth' ? (
|
||||
<>
|
||||
<FormatListBulleted /> {t('List')}
|
||||
|
Loading…
Reference in New Issue
Block a user