diff --git a/packages/round/src/color.ts b/packages/round/src/color.ts index 37a4bc87..c36faa24 100644 --- a/packages/round/src/color.ts +++ b/packages/round/src/color.ts @@ -6,9 +6,9 @@ import { ColorSchema } from "./types"; const rawSvgsDir = path.resolve("svg"); // --------------------------------------- out Path 🔗 - -const bitmapsPath = path.resolve("bitmaps"); const schemesPath = path.resolve("schemes"); +const projectRoot = path.resolve("../../"); +const bitmapsPath = path.resolve(projectRoot, "bitmaps"); // --------------------------------------- Colors✨