@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 +4 -0
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/ui/src/input/Input.styles.js +1 -1
- package/lib/ui/src/input/Input.styles.js.map +1 -1
- package/lib/ui/src/textarea/Textarea.styles.js +1 -1
- package/lib/ui/src/textarea/Textarea.styles.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
2656
|
+
font-size: ${se.base};
|
|
2657
2657
|
line-height: ${oe(24)};
|
|
2658
2658
|
color: ${ne.dark.base80};
|
|
2659
2659
|
resize: none;
|