@ctlyst.id/internal-ui 2.0.24 → 2.0.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -4597,12 +4597,24 @@ const sizes$3 = {
4597
4597
  px: '2',
4598
4598
  py: '4',
4599
4599
  lineHeight: '4',
4600
- fontSize: 'xs'
4600
+ fontSize: 'xs',
4601
+ '&:first-of-type': {
4602
+ pl: 6
4603
+ },
4604
+ '&:last-of-type': {
4605
+ pr: 6
4606
+ }
4601
4607
  },
4602
4608
  td: {
4603
4609
  px: '2',
4604
4610
  py: '4',
4605
- lineHeight: '5'
4611
+ lineHeight: '5',
4612
+ '&:first-of-type': {
4613
+ pl: 6
4614
+ },
4615
+ '&:last-of-type': {
4616
+ pr: 6
4617
+ }
4606
4618
  },
4607
4619
  caption: {
4608
4620
  px: '6',