@loafmarkets/ui 0.1.134 → 0.1.135

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
@@ -12669,20 +12669,20 @@ var CloseBtn2 = styled19__default.default.button`
12669
12669
  }
12670
12670
  `;
12671
12671
  var CloseAllHeaderBtn = styled19__default.default.button`
12672
- background: rgba(246, 70, 93, 0.1);
12673
- border: 1px solid rgba(246, 70, 93, 0.3);
12672
+ background: rgba(230, 200, 126, 0.1);
12673
+ border: 1px solid rgba(230, 200, 126, 0.3);
12674
12674
  border-radius: 4px;
12675
12675
  padding: 0.2rem 0.6rem;
12676
12676
  font-size: 0.62rem;
12677
12677
  font-weight: 600;
12678
- color: #f6465d;
12678
+ color: #e6c87e;
12679
12679
  cursor: pointer;
12680
12680
  white-space: nowrap;
12681
12681
  transition: all 0.15s ease;
12682
12682
 
12683
12683
  &:hover {
12684
- background: rgba(246, 70, 93, 0.2);
12685
- border-color: rgba(246, 70, 93, 0.5);
12684
+ background: rgba(230, 200, 126, 0.2);
12685
+ border-color: rgba(230, 200, 126, 0.5);
12686
12686
  }
12687
12687
  `;
12688
12688
  var CloseAllOverlay = styled19__default.default.div`