mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix back button
Using customized component, need to get `navigation` from props instead of hooks
This commit is contained in:
@ -35,7 +35,7 @@ const HeaderRight: React.FC<PropsText | PropsIcon> = ({
|
||||
styles.base,
|
||||
{
|
||||
backgroundColor: theme.backgroundGradientStart,
|
||||
...(icon && { height: 44, width: 44 })
|
||||
...(icon && { height: 44, width: 44, marginRight: -9 })
|
||||
}
|
||||
]}
|
||||
>
|
||||
|
Reference in New Issue
Block a user