@mixd-id/web-scaffold 0.1.230406225 → 0.1.230406227

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.230406225",
4
+ "version": "0.1.230406227",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -146,7 +146,7 @@ export default {
146
146
  }
147
147
 
148
148
  .indicator{
149
- @apply w-[21px] h-[21px] border-[1px] rounded-lg border-text-200 bg-base-50;
149
+ @apply w-[21px] h-[21px] rounded-lg border-[1px] border-text-200 bg-base-50;
150
150
  @apply flex items-center justify-center overflow-hidden;
151
151
  transition: border 300ms cubic-bezier(0.25, 1, 0.5, 1);
152
152
  }
@@ -175,7 +175,7 @@ export default{
175
175
  <style module>
176
176
 
177
177
  .textbox{
178
- @apply flex items-center border-[1px] border-text-200;
178
+ @apply flex items-center border-[1px] border-text-200 bg-base-50;
179
179
  @apply rounded-lg overflow-hidden;
180
180
  }
181
181