mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add missing attribute
This commit is contained in:
parent
b6cbf064e9
commit
1e0b0a54ad
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ function ControlButtonBox(props: ReaderHeaderProps): JSX.Element {
|
|||
color={theme.colors.thHighContrast.toString()}
|
||||
/>
|
||||
</Button>
|
||||
<PrimaryDropdown showThemeSection={false}>
|
||||
<PrimaryDropdown showThemeSection={false} showFullThemeSection={false}>
|
||||
<CircleUtilityMenuIcon
|
||||
size={25}
|
||||
color={theme.colors.thHighContrast.toString()}
|
||||
|
|
|
|||
Loading…
Reference in a new issue