@loafmarkets/ui 0.1.210 → 0.1.211

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 CHANGED
@@ -9358,7 +9358,7 @@ var ChainLogoImg = styled9__default.default.img`
9358
9358
  `;
9359
9359
  var StatsGrid = styled9__default.default.div`
9360
9360
  display: grid;
9361
- grid-template-columns: 1fr 1fr;
9361
+ grid-template-columns: 340px 340px;
9362
9362
  gap: 1rem;
9363
9363
  @media (max-width: 768px) { grid-template-columns: 1fr; }
9364
9364
  `;