@rango-dev/ui 0.1.11-next.5 → 0.1.11-next.6

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.
@@ -3232,7 +3232,8 @@ function TokenSelector(props) {
3232
3232
  }
3233
3233
 
3234
3234
  var ListContainer$1 = /*#__PURE__*/styled('div', {
3235
- overflowY: 'auto'
3235
+ overflowY: 'auto',
3236
+ padding: '0 $4'
3236
3237
  });
3237
3238
  var filterBlockchains = function filterBlockchains(list, searchedFor) {
3238
3239
  return list.filter(function (blockchain) {
@@ -3574,7 +3575,8 @@ var MainContainer$1 = /*#__PURE__*/styled('div', {
3574
3575
  variants: {
3575
3576
  loaded: {
3576
3577
  "true": {
3577
- overflowY: 'auto'
3578
+ overflowY: 'auto',
3579
+ padding: '0 $4'
3578
3580
  }
3579
3581
  }
3580
3582
  }