Skip to content

Commit

Permalink
fix(debug): styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pac-guerreiro committed Sep 20, 2024
1 parent 2336e43 commit 31a8c94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/Debug/Report/DebugReportPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ function DebugReportPage({
}}
validate={DebugUtils.validateReportDraftProperty}
>
<View style={[styles.mb5, styles.ph5, styles.gap5]}>
{metadata?.map(({title, subtitle, message, action}) => (
<View style={[StyleUtils.getBackgroundColorStyle(theme.cardBG), styles.p5, styles.br4, styles.flexColumn, styles.gap2]}>
<View style={[styles.flexRow, styles.justifyContentBetween]}>
Expand All @@ -147,6 +148,7 @@ function DebugReportPage({
)}
</View>
))}
</View>
</DebugDetails>
)}
</TopTab.Screen>
Expand Down

0 comments on commit 31a8c94

Please sign in to comment.