@loafmarkets/ui 0.1.218 → 0.1.219

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
@@ -8159,9 +8159,10 @@ var Row = styled9.div`
8159
8159
  width: 100%;
8160
8160
  `;
8161
8161
  var PanelBase = styled9.div`
8162
- background: var(--color-card-darker, #111);
8163
- border-radius: 8px;
8164
- padding: 1rem;
8162
+ background: rgba(255,255,255,0.025);
8163
+ border: 1px solid rgba(255,255,255,0.06);
8164
+ border-radius: 10px;
8165
+ padding: 1.25rem;
8165
8166
  display: flex;
8166
8167
  flex-direction: column;
8167
8168
  `;