@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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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:
|
|
15422
|
-
max-width:
|
|
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;
|