add transparency prop to tab bar (#9336)
This commit is contained in:
@@ -61,6 +61,7 @@ export function HomeHeader(
|
||||
items={items}
|
||||
dragProgress={props.dragProgress}
|
||||
dragState={props.dragState}
|
||||
transparent
|
||||
/>
|
||||
</HomeHeaderLayout>
|
||||
)
|
||||
|
||||
@@ -77,6 +77,7 @@ export function HomeHeaderLayoutMobile({
|
||||
style={[
|
||||
a.justify_center,
|
||||
{marginRight: -Layout.BUTTON_VISUAL_ALIGNMENT_OFFSET},
|
||||
a.bg_transparent,
|
||||
]}>
|
||||
<ButtonIcon icon={FeedsIcon} size="lg" />
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user