@szum-tech/design-system 1.15.0 → 1.15.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/theme/global.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@szum-tech/design-system",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "Szum-Tech design system with tailwindcss support",
5
5
  "keywords": [
6
6
  "szum-tech",
package/theme/global.css CHANGED
@@ -136,6 +136,6 @@
136
136
  }
137
137
 
138
138
  body {
139
- @apply bg-app-secondary font-poppins text-gray-100 antialiased scroll;
139
+ @apply border-gray-400 bg-background font-poppins text-gray-100 antialiased scroll;
140
140
  }
141
141
  }