@proprioo/salatim 23.5.5 → 23.5.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## Changelog
2
2
 
3
+ **23.5.6**
4
+
5
+ * Fix: avoid Safari iOS zoom
6
+
3
7
  **23.5.5**
4
8
 
5
9
  * Fix: do not propagate event click outside modal
package/lib/index.js CHANGED
@@ -175,7 +175,7 @@
175
175
  min-width: 0;
176
176
  background: none;
177
177
  padding: 0 ${oe(28)};
178
- font-size: ${se.small};
178
+ font-size: ${se.base};
179
179
  caret-color: ${ne.blue.base};
180
180
  line-height: ${oe(48)};
181
181
  min-height: ${oe(48)};
@@ -2653,7 +2653,7 @@ function _w(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,
2653
2653
  border-radius: ${({borderRadius:e})=>e};
2654
2654
  box-sizing: border-box;
2655
2655
  padding: ${oe(16)} ${oe(24)};
2656
- font-size: ${se.small};
2656
+ font-size: ${se.base};
2657
2657
  line-height: ${oe(24)};
2658
2658
  color: ${ne.dark.base80};
2659
2659
  resize: none;