Skip to content

Commit

Permalink
fix fontfamily
Browse files Browse the repository at this point in the history
  • Loading branch information
arjendevos committed Jun 6, 2023
1 parent 5eab209 commit 4e5d362
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/web/BottomTabWeb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@ function BottomTabWeb({
>
{!aboveDrawerBreakingPoint && (
<View style={styles.badge}>
<BottomTabBadge visible={!!count}>{count}</BottomTabBadge>
<BottomTabBadge
visible={!!count}
aboveDrawerBreakingPoint={aboveDrawerBreakingPoint}
>
{count}
</BottomTabBadge>
</View>
)}
<View style={styles.leftWrapper}>
Expand Down

0 comments on commit 4e5d362

Please sign in to comment.