valtech-components 2.0.255 → 2.0.257

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": "valtech-components",
3
- "version": "2.0.255",
3
+ "version": "2.0.257",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",
@@ -181,3 +181,8 @@ ion-modal {
181
181
  .ion-datetime-button-overlay ion-datetime.datetime-grid {
182
182
  margin: 0px;
183
183
  }
184
+
185
+ ion-title {
186
+ font-size: pxToRem(40) !important;
187
+ font-weight: 800;
188
+ }