@loafmarkets/ui 0.1.277 → 0.1.278

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
@@ -14971,22 +14971,20 @@ var CDValue = styled9.div`
14971
14971
  font-variant-numeric: tabular-nums;
14972
14972
  `;
14973
14973
  var CActionRow = styled9.div`
14974
- display: grid;
14975
- grid-template-columns: 1fr 1fr;
14976
- gap: 0.5rem;
14974
+ display: flex;
14975
+ gap: 0.35rem;
14977
14976
  margin-top: 0.5rem;
14978
14977
  `;
14979
14978
  var CCloseBtn = styled9.button`
14980
14979
  background: transparent;
14981
14980
  border: 1px solid rgba(230, 200, 126, 0.25);
14982
- border-radius: 6px;
14983
- padding: 0.45rem 0.6rem;
14984
- font-size: 0.72rem;
14981
+ border-radius: 4px;
14982
+ padding: 0.2rem 0.5rem;
14983
+ font-size: 0.62rem;
14985
14984
  font-weight: 600;
14986
14985
  color: #E6C87E;
14987
14986
  cursor: pointer;
14988
14987
  white-space: nowrap;
14989
- text-align: center;
14990
14988
  transition: all 0.15s ease;
14991
14989
  &:hover {
14992
14990
  background: rgba(230, 200, 126, 0.1);