diff --git a/src/screens/Settings/AppearanceSettings.tsx b/src/screens/Settings/AppearanceSettings.tsx index 712187b436..2650d67e20 100644 --- a/src/screens/Settings/AppearanceSettings.tsx +++ b/src/screens/Settings/AppearanceSettings.tsx @@ -10,7 +10,6 @@ import {useLingui} from '@lingui/react' import {useWebMediaQueries} from '#/lib/hooks/useWebMediaQueries' import {CommonNavigatorParams, NativeStackScreenProps} from '#/lib/routes/types' -import {useGate} from '#/lib/statsig/statsig' import {s} from '#/lib/styles' import {useSetThemePrefs, useThemePrefs} from '#/state/shell' import {SimpleViewHeader} from '#/view/com/util/SimpleViewHeader' @@ -27,8 +26,6 @@ type Props = NativeStackScreenProps export function AppearanceSettingsScreen({}: Props) { const t = useTheme() const {_} = useLingui() - const gate = useGate() - const [neue] = React.useState(() => gate('typography_neue')) const {isTabletOrMobile} = useWebMediaQueries() const {fonts} = useAlf() @@ -159,78 +156,74 @@ export function AppearanceSettingsScreen({}: Props) { )} - {neue && ( - <> - - - - - - Font - - - - - For the best experience, we recommend using the theme - font. - - - - - - - System - - - - - Theme - - - + + + + + + Font + + + + For the best experience, we recommend using the theme + font. + + + + + + + System + + + + + Theme + + + + - - - - - - Font size - - - - - - - - Smaller - - - - - Default - - - - - Larger - - - + + + + + + Font size + - - )} + + + + + + Smaller + + + + + Default + + + + + Larger + + + +