@loafmarkets/ui 0.1.218 → 0.1.219
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 +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8185,9 +8185,10 @@ var Row = styled9__default.default.div`
|
|
|
8185
8185
|
width: 100%;
|
|
8186
8186
|
`;
|
|
8187
8187
|
var PanelBase = styled9__default.default.div`
|
|
8188
|
-
background:
|
|
8189
|
-
border
|
|
8190
|
-
|
|
8188
|
+
background: rgba(255,255,255,0.025);
|
|
8189
|
+
border: 1px solid rgba(255,255,255,0.06);
|
|
8190
|
+
border-radius: 10px;
|
|
8191
|
+
padding: 1.25rem;
|
|
8191
8192
|
display: flex;
|
|
8192
8193
|
flex-direction: column;
|
|
8193
8194
|
`;
|