@kumori/aurora-wui-components 0.0.274-dev4142.18 → 0.0.274-dev4142.19

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
@@ -8834,7 +8834,7 @@ var AxebowServiceDetailHeader = class AxebowServiceDetailHeader extends LitEleme
8834
8834
  <div
8835
8835
  class="w-42 h-19.75 box-border flex items-center justify-center border border-solid border-(--axebow-light-gray) rounded-md"
8836
8836
  >
8837
- <axebow-button variant="success" fixedWidth="5.625rem" fixedHeight="2.375rem" @click=${this._handleDeploy}>
8837
+ <axebow-button variant="primary" fixedWidth="5.625rem" fixedHeight="2.375rem" @click=${this._handleDeploy}>
8838
8838
  ${this.deployLabel}
8839
8839
  </axebow-button>
8840
8840
  </div>