@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.mjs
CHANGED
|
@@ -14862,7 +14862,7 @@ var CRow = styled9.button`
|
|
|
14862
14862
|
var CCellLabel = styled9.div`
|
|
14863
14863
|
font-size: 0.6rem;
|
|
14864
14864
|
font-weight: 500;
|
|
14865
|
-
color: rgba(255, 255, 255, 0.
|
|
14865
|
+
color: rgba(255, 255, 255, 0.5);
|
|
14866
14866
|
margin-bottom: 1px;
|
|
14867
14867
|
`;
|
|
14868
14868
|
var CAssetCell = styled9.div``;
|
|
@@ -14921,7 +14921,7 @@ var CDetailGrid = styled9.div`
|
|
|
14921
14921
|
var CDetailItem = styled9.div``;
|
|
14922
14922
|
var CDLabel = styled9.div`
|
|
14923
14923
|
font-size: 0.6rem;
|
|
14924
|
-
color: rgba(255, 255, 255, 0.
|
|
14924
|
+
color: rgba(255, 255, 255, 0.5);
|
|
14925
14925
|
margin-bottom: 1px;
|
|
14926
14926
|
`;
|
|
14927
14927
|
var CDValue = styled9.div`
|