valtech-components 2.0.194 → 2.0.196

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.194",
3
+ "version": "2.0.196",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",
@@ -31,8 +31,8 @@ ion-button {
31
31
  }
32
32
 
33
33
  ion-card {
34
- border-radius: pxToRem(8);
35
- margin: pxToRem(16) auto;
34
+ border-radius: pxToRem($border-radius-large);
35
+ margin: pxToRem(0);
36
36
  }
37
37
 
38
38
  input {
@@ -68,6 +68,7 @@ ion-searchbar div input {
68
68
  ion-searchbar div ion-icon {
69
69
  margin-top: pxToRem(2);
70
70
  padding-left: pxToRem(4);
71
+ padding-right: pxToRem(8);
71
72
  }
72
73
 
73
74
  ion-datetime,
@@ -151,6 +152,10 @@ ion-modal .date-picker-custom {
151
152
  .ion-page {
152
153
  justify-content: flex-start !important;
153
154
  }
155
+
156
+ .modal-wrapper {
157
+ border-radius: pxToRem($border-radius-large) !important;
158
+ }
154
159
  }
155
160
 
156
161
  .img-black {