@tellescope/react-components 1.235.0 → 1.235.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -650,7 +650,7 @@ export var MultipleChoiceInput = function (_a) {
650
650
  display: 'flex',
651
651
  alignItems: 'center',
652
652
  width: '100%',
653
- border: isSelected ? '2px solid' : '1px solid',
653
+ border: isSelected ? '3px solid' : '1px solid',
654
654
  borderColor: 'primary.main',
655
655
  borderRadius: 1,
656
656
  padding: '16px 16px',