@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.mjs CHANGED
@@ -9380,8 +9380,8 @@ styled9.span`
9380
9380
  gap: 3px;
9381
9381
  `;
9382
9382
  var StatValue = styled9.span`
9383
- font-size: 1rem;
9384
- font-weight: 600;
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: 600;
10036
+ font-weight: 500;
10037
10037
  color: #fff;
10038
10038
  cursor: pointer;
10039
10039
  text-decoration: underline;