From 9747bffbe2ad04cbda8ba324a0319d41f82430d7 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Thu, 18 Dec 2025 18:40:00 +0530 Subject: [PATCH] [WEB-5652] fix: kanban quick add UI #8382 --- .../editor/sticky-editor/color-palette.tsx | 2 +- .../filters/header/helpers/filter-header.tsx | 2 +- .../issue-layouts/quick-add/form/kanban.tsx | 6 ++-- packages/ui/src/button/helper.tsx | 29 +++++++++---------- 4 files changed, 19 insertions(+), 20 deletions(-) diff --git a/apps/web/core/components/editor/sticky-editor/color-palette.tsx b/apps/web/core/components/editor/sticky-editor/color-palette.tsx index 822bbdadaf..09f7f16e55 100644 --- a/apps/web/core/components/editor/sticky-editor/color-palette.tsx +++ b/apps/web/core/components/editor/sticky-editor/color-palette.tsx @@ -8,7 +8,7 @@ export const STICKY_COLORS_LIST: { { key: "gray", label: "Gray", - backgroundColor: "var(--background-color-layer-2)", + backgroundColor: "var(--editor-colors-gray-background)", }, { key: "peach", diff --git a/apps/web/core/components/issues/issue-layouts/filters/header/helpers/filter-header.tsx b/apps/web/core/components/issues/issue-layouts/filters/header/helpers/filter-header.tsx index 4b5fcab095..ffe374f60e 100644 --- a/apps/web/core/components/issues/issue-layouts/filters/header/helpers/filter-header.tsx +++ b/apps/web/core/components/issues/issue-layouts/filters/header/helpers/filter-header.tsx @@ -9,7 +9,7 @@ type Props = { export function FilterHeader({ title, isPreviewEnabled, handleIsPreviewEnabled }: Props) { return ( -