Add missing attribute

This commit is contained in:
Jackson Harper 2024-06-06 11:58:30 +08:00
parent b6cbf064e9
commit 1e0b0a54ad

View file

@ -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()}