@loafmarkets/ui 0.1.267 → 0.1.268
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.js
CHANGED
|
@@ -14888,7 +14888,7 @@ var CRow = styled9__default.default.button`
|
|
|
14888
14888
|
var CCellLabel = styled9__default.default.div`
|
|
14889
14889
|
font-size: 0.6rem;
|
|
14890
14890
|
font-weight: 500;
|
|
14891
|
-
color: rgba(255, 255, 255, 0.
|
|
14891
|
+
color: rgba(255, 255, 255, 0.5);
|
|
14892
14892
|
margin-bottom: 1px;
|
|
14893
14893
|
`;
|
|
14894
14894
|
var CAssetCell = styled9__default.default.div``;
|
|
@@ -14947,7 +14947,7 @@ var CDetailGrid = styled9__default.default.div`
|
|
|
14947
14947
|
var CDetailItem = styled9__default.default.div``;
|
|
14948
14948
|
var CDLabel = styled9__default.default.div`
|
|
14949
14949
|
font-size: 0.6rem;
|
|
14950
|
-
color: rgba(255, 255, 255, 0.
|
|
14950
|
+
color: rgba(255, 255, 255, 0.5);
|
|
14951
14951
|
margin-bottom: 1px;
|
|
14952
14952
|
`;
|
|
14953
14953
|
var CDValue = styled9__default.default.div`
|