@getsoren/design-system 4.52.1 → 4.53.1
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/dist/main.cjs +1 -1
- package/dist/main.js +3 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -18874,7 +18874,9 @@ var vb = (e) => /* @__PURE__ */ M(yt, {
|
|
|
18874
18874
|
style: {
|
|
18875
18875
|
fontSize: Fe(13),
|
|
18876
18876
|
letterSpacing: -0.3,
|
|
18877
|
-
minHeight: 40
|
|
18877
|
+
minHeight: 40,
|
|
18878
|
+
paddingLeft: "20px",
|
|
18879
|
+
paddingRight: "20px"
|
|
18878
18880
|
}
|
|
18879
18881
|
},
|
|
18880
18882
|
{
|