diff --git a/src/components/icons.tsx b/src/components/icons.tsx index 97fc2530..2d06d107 100644 --- a/src/components/icons.tsx +++ b/src/components/icons.tsx @@ -13,7 +13,7 @@ import clsx from "clsx"; import { Theme } from "../element/types"; import { THEME } from "../constants"; -const iconFillColor = (theme: Theme) => "var(--icon-fill-color)"; +export const iconFillColor = (theme: Theme) => "var(--icon-fill-color)"; const handlerColor = (theme: Theme) => theme === THEME.LIGHT ? oc.white : "#1e1e1e";