mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2729 from omnivore-app/fix/web-small-list-icon
Use the correct list icon in the dropdown
This commit is contained in:
commit
35fda86737
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