feat: Export `iconFillColor()` (#6996)

pull/6760/merge
DanielJGeiger 1 year ago committed by GitHub
parent e6f74350ac
commit e921bfb1ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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";

Loading…
Cancel
Save