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 ( -
+
{title}