general-library-union 3.0.41 → 3.0.42

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.41",
3
+ "version": "3.0.42",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -872,7 +872,11 @@ body {
872
872
  background-color: var(--color-400) !important;
873
873
  color: #ffffff !important;
874
874
  }
875
-
875
+
876
+ li.p-element.p-steps-item.p-highlight.p-steps-current .p-steps-number .p-steps-title {
877
+ color: #ffffff !important;
878
+ }
879
+
876
880
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
877
881
  background-color: #39373f !important;
878
882
  color: #ffffff !important;