@kumori/aurora-wui-components 0.0.106 → 0.0.107

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
@@ -4194,10 +4194,10 @@ var AxebowDeployCard = class AxebowDeployCard extends LitElement {
4194
4194
  >
4195
4195
  <div class="w-8 h-8 flex items-center justify-center bg-(--axebow-base) rounded-md shrink-0">
4196
4196
  <span class="w-4.25 h-4.25 flex items-center justify-center overflow-hidden">
4197
- <axebow-icon iconName=${this.icon} size="small"></axebow-icon>
4197
+ <axebow-icon iconName=${this.icon} iconColor="var(--axebow-primary)" size="small"></axebow-icon>
4198
4198
  </span>
4199
4199
  </div>
4200
- <p class="text-md font-semibold text-(--axebow-black) m-0 truncate">${this.title}</p>
4200
+ <p class="text-md font-semibold text-(--axebow-primary) m-0 truncate">${this.title}</p>
4201
4201
  <axebow-button
4202
4202
  variant="text"
4203
4203
  class="ml-auto"