mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-20 21:21:36 +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 ? (
|
{doubleView ? (
|
||||||
<></>
|
<></>
|
||||||
) : (
|
) : (
|
||||||
<Button
|
<Button onClick={() => setView(view === 'depth' ? 'list' : 'depth')}>
|
||||||
color='inherit'
|
|
||||||
style={{ color: '#111111' }}
|
|
||||||
onClick={() => setView(view === 'depth' ? 'list' : 'depth')}
|
|
||||||
>
|
|
||||||
{view == 'depth' ? (
|
{view == 'depth' ? (
|
||||||
<>
|
<>
|
||||||
<FormatListBulleted /> {t('List')}
|
<FormatListBulleted /> {t('List')}
|
||||||
|
Loading…
Reference in New Issue
Block a user