Release 1.91 prep (#5215)
* Run intl:extract * Test fixes * Update pt-BR translations for video
This commit is contained in:
parent
63ab16a62d
commit
a6a3d203fd
23 changed files with 9191 additions and 5653 deletions
|
|
@ -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]}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue