@symphony-talent/component-library 4.102.0 → 4.103.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symphony-talent/component-library",
3
- "version": "4.102.0",
3
+ "version": "4.103.0",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "ag-grid-angular": "^24.0.0",
@@ -565,7 +565,7 @@ body {
565
565
  // Overwrites for Modal
566
566
  .sfx-modal {
567
567
  .modal-header {
568
- border-bottom-color: $color-v2-gray-1;
568
+ border-bottom: 1px solid $color-v2-gray-1 !important;
569
569
  }
570
570
  .modal-body {
571
571
  &.sfx-pt-0 {
@@ -594,7 +594,7 @@ body {
594
594
  }
595
595
  }
596
596
  .modal-footer {
597
- border-top-color: $color-v2-gray-1;
597
+ border-top: 1px solid $color-v2-gray-1 !important;
598
598
  }
599
599
  }
600
600
  // Overwrites for Modal