Fix some overdraw (#6617)

This commit is contained in:
dan
2024-11-21 23:40:37 +00:00
committed by GitHub
parent 391e0c4c18
commit 625459add6
2 changed files with 5 additions and 9 deletions
+2 -3
View File
@@ -41,12 +41,12 @@ export function HomeHeaderLayoutMobile({
return (
<Animated.View
style={[pal.view, pal.border, styles.tabBar, headerMinimalShellTransform]}
style={[pal.border, styles.tabBar, headerMinimalShellTransform]}
onLayout={e => {
headerHeight.set(e.nativeEvent.layout.height)
}}>
<View style={[pal.view, styles.topBar]}>
<View style={[pal.view, {width: 100}]}>
<View style={[{width: 100}]}>
<TouchableOpacity
testID="viewHeaderDrawerBtn"
onPress={onPressAvi}
@@ -68,7 +68,6 @@ export function HomeHeaderLayoutMobile({
atoms.justify_end,
atoms.align_center,
atoms.gap_md,
pal.view,
{width: 100},
]}>
{IS_DEV && (