From ac15d69151d74504e214d9adcf9e809ddb61333a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 2 Dec 2024 16:32:12 -0600 Subject: [PATCH] Revert settings component changes --- src/screens/Settings/components/SettingsList.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/screens/Settings/components/SettingsList.tsx b/src/screens/Settings/components/SettingsList.tsx index ed02d87467..520df41187 100644 --- a/src/screens/Settings/components/SettingsList.tsx +++ b/src/screens/Settings/components/SettingsList.tsx @@ -2,7 +2,7 @@ import React, {useContext, useMemo} from 'react' import {GestureResponderEvent, StyleProp, View, ViewStyle} from 'react-native' import {HITSLOP_10} from '#/lib/constants' -import {atoms as a, useGutterStyles,useTheme, ViewStyleProp} from '#/alf' +import {atoms as a, useTheme, ViewStyleProp} from '#/alf' import * as Button from '#/components/Button' import {ChevronRight_Stroke2_Corner0_Rounded as ChevronRightIcon} from '#/components/icons/Chevron' import {Link, LinkProps} from '#/components/Link' @@ -80,7 +80,6 @@ export function Item({ iconInset?: boolean style?: StyleProp }) { - const gutter = useGutterStyles() const context = useContext(ItemContext) const childContext = useMemo(() => { if (typeof destructive !== 'boolean') return context @@ -89,7 +88,7 @@ export function Item({ return (