handleIsPreviewEnabled(!isPreviewEnabled)}
>
{isPreviewEnabled ?
:
}
diff --git a/web/components/issue-layouts/header/layout-filter/index.tsx b/web/components/issue-layouts/header/layout-filter/index.tsx
index ce0410f75..b2bf6184c 100644
--- a/web/components/issue-layouts/header/layout-filter/index.tsx
+++ b/web/components/issue-layouts/header/layout-filter/index.tsx
@@ -90,12 +90,14 @@ export const LayoutSelection = observer(() => {
};
return (
-
+
{layoutSelectionFilters.map((_layout) => (
handleLayoutSelection(_layout?.key)}
>
@@ -104,8 +106,8 @@ export const LayoutSelection = observer(() => {
strokeWidth={2}
className={`${
issueFilterStore?.issueLayout == _layout?.key
- ? `text-gray-900`
- : `text-gray-700 group-hover:text-gray-900`
+ ? `text-custom-text-100`
+ : `text-custom-text-100 group-hover:text-custom-text-200`
}`}
/>