From dadbe23028809841165447050dc2ca175fec2e75 Mon Sep 17 00:00:00 2001 From: Jo du Plessis Date: Tue, 25 Jun 2024 10:40:53 +0200 Subject: [PATCH] fix kanban card radius --- package-lock.json | 4 ++-- package.json | 2 +- src/styles/globals.css | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) 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); +}