valtech-components 2.0.251 → 2.0.252

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.251",
3
+ "version": "2.0.252",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",
@@ -164,6 +164,10 @@ ion-modal {
164
164
  &.ion-datetime-button-overlay {
165
165
  --border-radius: 24px;
166
166
  }
167
+
168
+ @media only screen and (min-width: 768px) and (min-height: 600px) {
169
+ --border-radius: 36px;
170
+ }
167
171
  }
168
172
 
169
173
  .img-black {