diff options
Diffstat (limited to 'src/view/shell')
-rw-r--r-- | src/view/shell/bottom-bar/BottomBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/bottom-bar/BottomBar.tsx b/src/view/shell/bottom-bar/BottomBar.tsx index b5ad92b4c..f6d16ae8e 100644 --- a/src/view/shell/bottom-bar/BottomBar.tsx +++ b/src/view/shell/bottom-bar/BottomBar.tsx @@ -160,7 +160,6 @@ export function BottomBar({navigation}: BottomTabBarProps) { accessibilityHint="" /> <Btn - testID="bottomBarSearchBtn" icon={ isAtSearch ? ( <MagnifyingGlassFilled @@ -169,6 +168,7 @@ export function BottomBar({navigation}: BottomTabBarProps) { /> ) : ( <MagnifyingGlass + testID="bottomBarSearchBtn" width={iconWidth + 2} style={[styles.ctrlIcon, pal.text, styles.searchIcon]} /> |