@szum-tech/design-system 1.15.3 → 1.15.4

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": "@szum-tech/design-system",
3
- "version": "1.15.3",
3
+ "version": "1.15.4",
4
4
  "description": "Szum-Tech design system with tailwindcss support",
5
5
  "keywords": [
6
6
  "szum-tech",
@@ -154,7 +154,10 @@ module.exports = {
154
154
  theme: {
155
155
  container: {
156
156
  center: true,
157
- padding: "2rem",
157
+ padding: {
158
+ DEFAULT: "1rem",
159
+ sm: "2rem"
160
+ },
158
161
  screens: {
159
162
  "2xl": "1400px"
160
163
  }