@tiba-spark/client-shared-lib 25.4.0-514 → 25.4.0-521

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": "@tiba-spark/client-shared-lib",
3
- "version": "25.4.0-514",
3
+ "version": "25.4.0-521",
4
4
  "description": "Holds the shared content that all Spark Client applications use",
5
5
  "keywords": [
6
6
  "spark",
@@ -608,6 +608,12 @@ mat-selection-list.mat-mdc-selection-list {
608
608
  flex-direction: row;
609
609
  align-items: center;
610
610
  padding: 0;
611
+
612
+ }
613
+
614
+ .mat-mdc-list-item:last-child {
615
+ border-bottom-left-radius: 4px;
616
+ border-bottom-right-radius: 4px;
611
617
  }
612
618
  }
613
619
  }