diff options
Diffstat (limited to 'src/view/shell/mobile/Menu.tsx')
-rw-r--r-- | src/view/shell/mobile/Menu.tsx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/view/shell/mobile/Menu.tsx b/src/view/shell/mobile/Menu.tsx index 734e02b08..881752b08 100644 --- a/src/view/shell/mobile/Menu.tsx +++ b/src/view/shell/mobile/Menu.tsx @@ -24,6 +24,7 @@ import { CogIcon, MagnifyingGlassIcon2, MagnifyingGlassIcon2Solid, + MoonIcon, } from 'lib/icons' import {TabPurpose, TabPurposeMainPath} from 'state/models/navigation' import {UserAvatar} from '../../com/util/UserAvatar' @@ -234,10 +235,10 @@ export const Menu = observer(({onClose}: {onClose: () => void}) => { styles.footerBtn, theme.colorScheme === 'light' ? pal.btn : styles.footerBtnDarkMode, ]}> - <CogIcon + <MoonIcon + size={22} style={pal.text as StyleProp<ViewStyle>} - size="26" - strokeWidth={1.75} + strokeWidth={2} /> </TouchableOpacity> <TouchableOpacity |