@humandialog/forms.svelte 1.7.22 → 1.7.23

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/desk.svelte +1 -1
  2. package/package.json +1 -1
package/desk.svelte CHANGED
@@ -572,5 +572,5 @@
572
572
 
573
573
  :global(body.dark) {
574
574
  --tw-bg-opacity: 1;
575
- background-color: rgb(28 25 23/var(--tw-bg-opacity));
575
+ background-color: rgb(12 10 9/var(--tw-bg-opacity));
576
576
  }</style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humandialog/forms.svelte",
3
- "version": "1.7.22",
3
+ "version": "1.7.23",
4
4
  "description": "Basic Svelte UI components for Object Reef applications",
5
5
  "devDependencies": {
6
6
  "@playwright/test": "^1.28.1",