@kumori/aurora-wui-components 0.0.269-dev4119.4 → 0.0.269-dev4119.5

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
@@ -396,7 +396,7 @@ var AxebowButton = class AxebowButton extends LitElement {
396
396
  line-height: calc(var(--axebow-button-height, 2.5rem) - var(--sl-input-border-width) * 2);
397
397
  width: var(--axebow-button-width, auto);
398
398
  min-width: var(--axebow-button-width, 9.375rem);
399
- gap: 1rem;
399
+ gap: 0.25rem;
400
400
  }
401
401
 
402
402
  /**