@kumori/aurora-wui-components 0.0.274-dev4142.5 → 0.0.274-dev4142.6

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
@@ -8743,22 +8743,22 @@ var AxebowServiceDetailHeader = class AxebowServiceDetailHeader extends LitEleme
8743
8743
  <axebow-tooltip class="p-0" placement="right">
8744
8744
  <div slot="content">
8745
8745
  <div class="flex items-center gap-1">
8746
- <axebow-icon iconName="database" size="md"></axebow-icon>
8746
+ <axebow-icon iconName="database" iconColor="var(--axebow-white)" size="md"></axebow-icon>
8747
8747
  <span>${this.storageLabel}</span>
8748
8748
  <span class="ml-auto font-bold">${limits.storage} ${this.gbLabel}</span>
8749
8749
  </div>
8750
8750
  <div class="flex items-center gap-1">
8751
- <axebow-icon iconName="subdirectory_arrow_right" size="md"></axebow-icon>
8751
+ <axebow-icon iconName="subdirectory_arrow_right" iconColor="var(--axebow-white)" size="md"></axebow-icon>
8752
8752
  <span>${this.volatileLabel}</span>
8753
8753
  <span class="ml-auto font-bold">${limits.volatileStorage} ${this.gbLabel}</span>
8754
8754
  </div>
8755
8755
  <div class="flex items-center gap-1">
8756
- <axebow-icon iconName="subdirectory_arrow_right" size="md"></axebow-icon>
8756
+ <axebow-icon iconName="subdirectory_arrow_right" iconColor="var(--axebow-white)" size="md"></axebow-icon>
8757
8757
  <span>${this.nonRepPersLabel}</span>
8758
8758
  <span class="ml-auto font-bold">${limits.nonReplicatedStorage} ${this.gbLabel}</span>
8759
8759
  </div>
8760
8760
  <div class="flex items-center gap-1">
8761
- <axebow-icon iconName="subdirectory_arrow_right" size="md"></axebow-icon>
8761
+ <axebow-icon iconName="subdirectory_arrow_right" iconColor="var(--axebow-white)" size="md"></axebow-icon>
8762
8762
  <span>${this.persistentRepLabel}</span>
8763
8763
  <span class="ml-auto font-bold">${limits.persistentStorage} ${this.gbLabel}</span>
8764
8764
  </div>