File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import {
1414 BoxFlexDirection ,
1515 BoxAlignItems ,
1616 IconName as DSIconName ,
17+ HeaderStandard ,
1718} from '@metamask/design-system-react-native' ;
1819import { useTailwind } from '@metamask/design-system-twrnc-preset' ;
1920import 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' ;
2929import { useTheme } from '../../../../util/theme' ;
3030import type { ListHeaderWithSearchProps } from './ListHeaderWithSearch.types' ;
3131import 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 = { {
You can’t perform that action at this time.
0 commit comments