Skip to content

Commit

Permalink
make the multilabel checkmark bold
Browse files Browse the repository at this point in the history
  • Loading branch information
JGreenlee committed Jun 16, 2023
1 parent 0349eeb commit 5b943f2
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 @@ -128,7 +128,7 @@ const MultilabelButtonGroup = ({ trip, unifiedConfirmsResults, recomputeDelay })
})}
</View>
<View>
<IconButton icon="check" mode='outlined' size={16} onPress={verifyTrip} style={{width: 20, height: 20, margin: 3}}/>
<IconButton icon='check-bold' mode='outlined' size={16} onPress={verifyTrip} style={{width: 20, height: 20, margin: 3}}/>
</View>
</View>
);
Expand Down

0 comments on commit 5b943f2

Please sign in to comment.