Overview
Follow-up from #1172 to confirm the intended default size for SegmentButton.
Problem
SegmentButton currently defaults to ButtonBaseSize.Sm, but review feedback on #1172 suggested ButtonBaseSize.Md because most segment buttons use the medium size.
This should be resolved explicitly so the implementation, docs, stories, and design guidance all agree on the default size.
Acceptance Criteria
References
Overview
Follow-up from #1172 to confirm the intended default size for
SegmentButton.Problem
SegmentButtoncurrently defaults toButtonBaseSize.Sm, but review feedback on #1172 suggestedButtonBaseSize.Mdbecause most segment buttons use the medium size.This should be resolved explicitly so the implementation, docs, stories, and design guidance all agree on the default size.
Acceptance Criteria
SegmentButtonsize should beSmorMd.Md, update the component default and add/update tests.Sm, document that decision in the README or related design guidance.References
size = ButtonBaseSize.Mdpackages/design-system-react-native/src/components/SegmentButton/SegmentButton.tsx