diff --git a/package-lock.json b/package-lock.json index 3b7f3af..e162f07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fold-dev/docs", - "version": "24.6.24.2", + "version": "24.6.25.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fold-dev/docs", - "version": "24.6.24.2", + "version": "24.6.25.0", "license": "ISC", "dependencies": { "@fold-dev/core": "^0.12.0", diff --git a/package.json b/package.json index 8064dfa..b0672a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fold-dev/docs", - "version": "24.6.24.4", + "version": "24.6.25.0", "description": "UI components for product teams.", "scripts": { "prepare": "husky install", diff --git a/src/styles/globals.css b/src/styles/globals.css index 435c08c..9479d8f 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -484,3 +484,9 @@ body { .footer_block > p { padding-left: 2px; } + +/* temp fix */ + +.f-drag-ghost .f-kanban-card { + border-radius: var(--f-kanban-card-radius); +}