@loafmarkets/ui 0.1.211 → 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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9406,8 +9406,8 @@ styled9__default.default.span`
|
|
|
9406
9406
|
gap: 3px;
|
|
9407
9407
|
`;
|
|
9408
9408
|
var StatValue = styled9__default.default.span`
|
|
9409
|
-
font-size:
|
|
9410
|
-
font-weight:
|
|
9409
|
+
font-size: 0.88rem;
|
|
9410
|
+
font-weight: 500;
|
|
9411
9411
|
color: ${(p) => p.$gold ? "#D4AF37" : "#fff"};
|
|
9412
9412
|
font-variant-numeric: tabular-nums;
|
|
9413
9413
|
`;
|
|
@@ -10059,7 +10059,7 @@ var HoldersFullListBtn = styled9__default.default.a`
|
|
|
10059
10059
|
`;
|
|
10060
10060
|
var StatValueClickable = styled9__default.default.span`
|
|
10061
10061
|
font-size: 0.88rem;
|
|
10062
|
-
font-weight:
|
|
10062
|
+
font-weight: 500;
|
|
10063
10063
|
color: #fff;
|
|
10064
10064
|
cursor: pointer;
|
|
10065
10065
|
text-decoration: underline;
|