Use the correct list icon in the dropdown

This commit is contained in:
Jackson Harper
2023-09-05 11:25:30 +08:00
parent 9a9f909158
commit a6df9047d7

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>