Binding highlight is now hot pink

This commit is contained in:
Mark Tolmacs
2025-08-25 16:06:48 +02:00
parent 3a49f0d792
commit 5f4b8c09d0
3 changed files with 1 additions and 14 deletions

View File

@@ -24,7 +24,6 @@ import {
} from "@excalidraw/common";
import { RoughGenerator } from "roughjs/bin/generator";
import chroma from "chroma-js";
import type { GlobalPoint } from "@excalidraw/math";
@@ -128,7 +127,7 @@ export class ShapeCache {
) as Drawable;
shape.options.fill = "transparent";
shape.options.stroke = chroma(shape.options.stroke).desaturate().hex();
shape.options.stroke = "#ff028d";
shape.options.strokeWidth = shape.options.strokeWidth * 1.1;
return shape;

View File

@@ -89,7 +89,6 @@
"@radix-ui/react-tabs": "1.1.3",
"browser-fs-access": "0.29.1",
"canvas-roundrect-polyfill": "0.0.1",
"chroma-js": "3.1.2",
"clsx": "1.1.1",
"cross-env": "7.0.3",
"es6-promise-pool": "2.5.0",
@@ -119,7 +118,6 @@
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@types/chroma-js": "3.1.1",
"@types/lodash.debounce": "4.0.8",
"@types/pako": "2.0.3",
"@types/pica": "5.1.3",