Skip to content

Commit

Permalink
Update www/js/survey/multilabel/MultiLabelButtonGroup.tsx
Browse files Browse the repository at this point in the history
See conversation in PR
 `rem` doesn't work properly in react-native, updated

Co-authored-by: Jack Greenlee <[email protected]>
  • Loading branch information
the-bay-kay and JGreenlee authored Oct 3, 2023
1 parent d3f8970 commit 6262d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/survey/multilabel/MultiLabelButtonGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const MultilabelButtonGroup = ({ trip, buttonsInline=false }) => {
})}
</View>
{trip.verifiability === 'can-verify' && (
<View style={{marginTop:'1rem'}}>
<View style={{marginTop: 16}}>
<IconButton icon='check-bold' mode='outlined' size={18} onPress={verifyTrip}
style={{width: 24, height: 24, margin: 3, backgroundColor: colors.secondaryContainer}}/>
</View>
Expand Down

0 comments on commit 6262d2e

Please sign in to comment.