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:
Jackson Harper 2023-09-05 11:47:01 +08:00 committed by GitHub
commit 35fda86737
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>