general-library-union 3.0.39 → 3.0.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "3.0.39",
3
+ "version": "3.0.40",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -867,7 +867,7 @@ body {
867
867
  color: #b1b1b1 !important;
868
868
  }
869
869
 
870
- .p-steps .p-steps-item.p-highlight .p-steps-number {
870
+ .p-steps .p-steps-item.p-highlight .p-steps-current.p-steps-number {
871
871
  background-color: var(--color-400) !important;
872
872
  color: #ffffff !important;
873
873
  }