mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-22 08:50:56 +02:00
Binding highlight is now hot pink
This commit is contained in:
@@ -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;
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user