@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.
package/dist/ui.esm.js CHANGED
@@ -3225,7 +3225,8 @@ function TokenSelector(props) {
3225
3225
  }
3226
3226
 
3227
3227
  var ListContainer$1 = /*#__PURE__*/styled('div', {
3228
- overflowY: 'auto'
3228
+ overflowY: 'auto',
3229
+ padding: '0 $4'
3229
3230
  });
3230
3231
  var filterBlockchains = function filterBlockchains(list, searchedFor) {
3231
3232
  return list.filter(function (blockchain) {
@@ -3568,7 +3569,8 @@ var MainContainer$1 = /*#__PURE__*/styled('div', {
3568
3569
  variants: {
3569
3570
  loaded: {
3570
3571
  "true": {
3571
- overflowY: 'auto'
3572
+ overflowY: 'auto',
3573
+ padding: '0 $4'
3572
3574
  }
3573
3575
  }
3574
3576
  }