general-library-union 3.0.38 → 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.38",
3
+ "version": "3.0.40",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -867,10 +867,15 @@ body {
867
867
  color: #b1b1b1 !important;
868
868
  }
869
869
 
870
- .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
871
- background-color: #4f4f5f !important;
872
- color: #fff !important;
873
- }
870
+ .p-steps .p-steps-item.p-highlight .p-steps-current.p-steps-number {
871
+ background-color: var(--color-400) !important;
872
+ color: #ffffff !important;
873
+ }
874
+ .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
875
+ background-color: #39373f !important;
876
+ color: #ffffff !important;
877
+ }
878
+
874
879
 
875
880
 
876
881
  /******************************************************************************