@mixd-id/web-scaffold 0.1.230406051 → 0.1.230406052

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.230406051",
4
+ "version": "0.1.230406052",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -406,7 +406,7 @@ export default{
406
406
  <style module>
407
407
 
408
408
  .comp{
409
- @apply flex flex-col gap-4;
409
+ @apply flex flex-col gap-4 bg-base-400;
410
410
  }
411
411
 
412
412
  .column{
@@ -400,7 +400,7 @@ export default{
400
400
 
401
401
  .comp{
402
402
  @apply flex flex-col overflow-hidden;
403
- @apply border-[1px] border-text-50 rounded-sm;
403
+ @apply border-[1px] border-text-50 rounded-sm bg-base-300;
404
404
  }
405
405
 
406
406
  .comp>*:last-child{