Skip to content

Commit

Permalink
Update www/js/survey/multilabel/MultiLabelButtonGroup.tsx
Browse files Browse the repository at this point in the history
iconButtonProp & Border Color
Changed prop to use native property, adjusted border color.

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

0 comments on commit 9c36f7d

Please sign in to comment.