#Is there a way to remove the padding of the Active Control on a Segmented Control?

4 messages · Page 1 of 1 (latest)

heavy holly
robust bough
#

Yes

robust bough
#
<SegmentedControl  
  styles={{  
    label: {  
      padding: '0', // or any custom value  
    }  
  }}  
  data={['React', 'Angular', 'Vue']}  
/>