Skip to content

Commit 968c1ad

Browse files
committed
fix style in Android
1 parent 05f100f commit 968c1ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/MenuItem.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,8 +1103,8 @@ function MenuItem({
11031103
)}
11041104
{/* Since subtitle can be of type number, we should allow 0 to be shown */}
11051105
{(subtitle === 0 || !!subtitle) && (
1106-
<View style={[styles.justifyContentCenter, styles.mr1]}>
1107-
<Text style={[styles.textLabelSupporting, ...(combinedStyle as TextStyle[]), subtitleStyle]}>{subtitle}</Text>
1106+
<View style={[styles.justifyContentCenter, styles.mr1, subtitleStyle]}>
1107+
<Text style={[styles.textLabelSupporting, ...(combinedStyle as TextStyle[])]}>{subtitle}</Text>
11081108
</View>
11091109
)}
11101110
{(!!rightIconAccountID || !!rightIconReportID) && (

0 commit comments

Comments
 (0)