@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.js CHANGED
@@ -14997,22 +14997,20 @@ var CDValue = styled9__default.default.div`
14997
14997
  font-variant-numeric: tabular-nums;
14998
14998
  `;
14999
14999
  var CActionRow = styled9__default.default.div`
15000
- display: grid;
15001
- grid-template-columns: 1fr 1fr;
15002
- gap: 0.5rem;
15000
+ display: flex;
15001
+ gap: 0.35rem;
15003
15002
  margin-top: 0.5rem;
15004
15003
  `;
15005
15004
  var CCloseBtn = styled9__default.default.button`
15006
15005
  background: transparent;
15007
15006
  border: 1px solid rgba(230, 200, 126, 0.25);
15008
- border-radius: 6px;
15009
- padding: 0.45rem 0.6rem;
15010
- font-size: 0.72rem;
15007
+ border-radius: 4px;
15008
+ padding: 0.2rem 0.5rem;
15009
+ font-size: 0.62rem;
15011
15010
  font-weight: 600;
15012
15011
  color: #E6C87E;
15013
15012
  cursor: pointer;
15014
15013
  white-space: nowrap;
15015
- text-align: center;
15016
15014
  transition: all 0.15s ease;
15017
15015
  &:hover {
15018
15016
  background: rgba(230, 200, 126, 0.1);