UNPKG

alinea

Version:
15 lines (13 loc) 318 B
import { atom } from "../../chunks/chunk-WJ67RR7S.js"; import "../../chunks/chunk-NZLE2WMY.js"; // src/dashboard/atoms/StyleAtoms.ts import { workspaceAtom } from "./NavigationAtoms.js"; var accentColorAtom = atom((get) => { const { color } = get(workspaceAtom); return color; }); export { accentColorAtom };