Shift node color's brightness for light mode (#123)

* Shift node color's brightness for light mode

* nit

* Fix test
This commit is contained in:
Chenlei Hu
2024-07-13 09:01:35 -04:00
committed by GitHub
parent 15900cd523
commit f1acdf976a
4 changed files with 115 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
import { lightenColor } from "@/utils/colorUtil";
import { app } from "../../scripts/app";
import { $el } from "../../scripts/ui";
import type { ColorPalettes, Palette } from "@/types/colorPalette";