@mixd-id/web-scaffold 0.1.230406202 → 0.1.230406203

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406202",
4
+ "version": "0.1.230406203",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -160,7 +160,7 @@ export default{
160
160
  .size-sm textarea{ @apply text-sm; }
161
161
 
162
162
  .size-lg{ @apply min-h-[var(--h-cp-lg)]; }
163
- .size-lg textarea{ @apply text-lg p-3; }
163
+ .size-lg textarea{ @apply text-lg p-2; }
164
164
 
165
165
 
166
166
  .active{
@@ -187,7 +187,7 @@ export default{
187
187
 
188
188
 
189
189
  .textbox>input{
190
- @apply flex-1 outline-none p-3 bg-transparent;
190
+ @apply flex-1 outline-none p-2 bg-transparent;
191
191
  font-size: inherit;
192
192
  }
193
193