aw-wizard-forms 4.3.0 → 4.4.0

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.
@@ -4820,14 +4820,15 @@ const wfProgressStyles = [
4820
4820
  .wf-progress-segment {
4821
4821
  width: 32px;
4822
4822
  height: 8px;
4823
- background-color: white;
4823
+ background-color: rgba(255, 255, 255, 0.6);
4824
+
4824
4825
  border-radius: 100vw;
4825
4826
  transition: background-color 300ms ease;
4826
4827
  }
4827
4828
 
4828
4829
  .wf-progress-segment.completed,
4829
4830
  .wf-progress-segment.active {
4830
- background-color: rgb(136 66 240);
4831
+ background-color: rgba(136, 66, 240, 0.6);
4831
4832
  }
4832
4833
  `
4833
4834
  ];