UNPKG

fui-fancyui

Version:
6 lines (5 loc) 239 B
import s from "../../design/theme/themeStore/themeStore.js"; const a = (e) => s.getState().isDarkTheme ? `hsla(from ${e} h s calc(l * 1.4) / 100%)` : `hsla(from ${e} h s calc(l * 0.55) / 100%)`; export { a as adjustSystemMessageColor };