@loafmarkets/ui 0.1.289 → 0.1.290

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/index.mjs CHANGED
@@ -15418,8 +15418,8 @@ var BottomRow = styled9.div`
15418
15418
  `;
15419
15419
  var RecentOrderPanel = styled9.div`
15420
15420
  flex: 0 0 auto;
15421
- min-width: 380px;
15422
- max-width: 480px;
15421
+ min-width: 420px;
15422
+ max-width: 540px;
15423
15423
  background-color: var(--color-card-darker, #111);
15424
15424
  border-radius: 8px;
15425
15425
  padding: 1.5rem;