@loafmarkets/ui 0.1.336 → 0.1.337

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
@@ -13491,7 +13491,8 @@ var ModalFooter = styled9__default.default.div`
13491
13491
  display: flex;
13492
13492
  align-items: center;
13493
13493
  justify-content: space-between;
13494
- gap: 1rem;
13494
+ flex-wrap: wrap;
13495
+ gap: 0.75rem;
13495
13496
  `;
13496
13497
  var DontShowLabel = styled9__default.default.label`
13497
13498
  display: flex;
@@ -13508,6 +13509,7 @@ var ButtonRow2 = styled9__default.default.div`
13508
13509
  display: flex;
13509
13510
  gap: 1rem;
13510
13511
  justify-content: flex-end;
13512
+ flex-shrink: 0;
13511
13513
  button {
13512
13514
  padding: 0.75rem 1.5rem;
13513
13515
  border-radius: 8px;