@loafmarkets/ui 0.1.210 → 0.1.212
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 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9332,7 +9332,7 @@ var ChainLogoImg = styled9.img`
|
|
|
9332
9332
|
`;
|
|
9333
9333
|
var StatsGrid = styled9.div`
|
|
9334
9334
|
display: grid;
|
|
9335
|
-
grid-template-columns:
|
|
9335
|
+
grid-template-columns: 340px 340px;
|
|
9336
9336
|
gap: 1rem;
|
|
9337
9337
|
@media (max-width: 768px) { grid-template-columns: 1fr; }
|
|
9338
9338
|
`;
|
|
@@ -9380,8 +9380,8 @@ styled9.span`
|
|
|
9380
9380
|
gap: 3px;
|
|
9381
9381
|
`;
|
|
9382
9382
|
var StatValue = styled9.span`
|
|
9383
|
-
font-size:
|
|
9384
|
-
font-weight:
|
|
9383
|
+
font-size: 0.88rem;
|
|
9384
|
+
font-weight: 500;
|
|
9385
9385
|
color: ${(p) => p.$gold ? "#D4AF37" : "#fff"};
|
|
9386
9386
|
font-variant-numeric: tabular-nums;
|
|
9387
9387
|
`;
|
|
@@ -10033,7 +10033,7 @@ var HoldersFullListBtn = styled9.a`
|
|
|
10033
10033
|
`;
|
|
10034
10034
|
var StatValueClickable = styled9.span`
|
|
10035
10035
|
font-size: 0.88rem;
|
|
10036
|
-
font-weight:
|
|
10036
|
+
font-weight: 500;
|
|
10037
10037
|
color: #fff;
|
|
10038
10038
|
cursor: pointer;
|
|
10039
10039
|
text-decoration: underline;
|