add transparency prop to tab bar (#9336)

This commit is contained in:
Samuel Newman
2025-11-17 14:59:56 +02:00
committed by GitHub
parent a35a81a508
commit d464cde412
4 changed files with 9 additions and 2 deletions
+4 -1
View File
@@ -163,7 +163,10 @@ export function MenuButton() {
shape="square"
onPress={onPress}
hitSlop={HITSLOP_30}
style={[{marginLeft: -BUTTON_VISUAL_ALIGNMENT_OFFSET}]}>
style={[
{marginLeft: -BUTTON_VISUAL_ALIGNMENT_OFFSET},
a.bg_transparent,
]}>
<ButtonIcon icon={Menu} size="lg" />
</Button>
</Slot>