mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use the correct list icon in the dropdown
This commit is contained in:
parent
9a9f909158
commit
a6df9047d7
1 changed files with 1 additions and 2 deletions
|
|
@ -311,8 +311,7 @@ function ThemeSection(props: PrimaryDropdownProps): JSX.Element {
|
|||
props.updateLayout && props.updateLayout('LIST_LAYOUT')
|
||||
}}
|
||||
>
|
||||
<ListViewIcon
|
||||
size={30}
|
||||
<ListLayoutIcon
|
||||
color={theme.colors.thTextContrast2.toString()}
|
||||
/>
|
||||
</StyledToggleButton>
|
||||
|
|
|
|||
Loading…
Reference in a new issue