Skip to content

Commit ffcd659

Browse files
committed
Updated ListHeaderWithSearch to use HeaderStandard
1 parent 9fe955f commit ffcd659

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/UI/shared/ListHeaderWithSearch/ListHeaderWithSearch.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import {
1414
BoxFlexDirection,
1515
BoxAlignItems,
1616
IconName as DSIconName,
17+
HeaderStandard,
1718
} from '@metamask/design-system-react-native';
1819
import { useTailwind } from '@metamask/design-system-twrnc-preset';
1920
import Icon, {
@@ -25,7 +26,6 @@ import Text, {
2526
TextVariant,
2627
TextColor,
2728
} from '../../../../component-library/components/Texts/Text';
28-
import HeaderCompactStandard from '../../../../component-library/components-temp/HeaderCompactStandard';
2929
import { useTheme } from '../../../../util/theme';
3030
import type { ListHeaderWithSearchProps } from './ListHeaderWithSearch.types';
3131
import styleSheet from './ListHeaderWithSearch.styles';
@@ -140,7 +140,7 @@ const ListHeaderWithSearch: React.FC<ListHeaderWithSearchProps> = ({
140140
}
141141

142142
return (
143-
<HeaderCompactStandard
143+
<HeaderStandard
144144
title={title || defaultTitle}
145145
onBack={handleBack}
146146
backButtonProps={{

0 commit comments

Comments
 (0)