@tiba-spark/client-shared-lib 25.3.0-667 → 25.3.0-674

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.3.0-667",
3
+ "version": "25.3.0-674",
4
4
  "description": "Holds the shared content that all Spark Client applications use",
5
5
  "keywords": [
6
6
  "spark",
@@ -186,7 +186,7 @@
186
186
  }
187
187
  }
188
188
 
189
- mat-mdc-dialog-container.mat-mdc-dialog-container {
189
+ mat-dialog-container.mat-mdc-dialog-container {
190
190
  min-width: 355px !important; // narrowest modal possible in mobile
191
191
  margin: auto;
192
192
  }