mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 03:56:23 +08:00
fix: edgeless pencil color
This commit is contained in:
@@ -35,6 +35,8 @@ const _getIconRenderColor = (shapes: TDShape[]) => {
|
||||
|
||||
export const BorderColorConfig = ({ app, shapes }: BorderColorConfigProps) => {
|
||||
const setBorderColor = (color: string) => {
|
||||
console.log('shapes', shapes, color);
|
||||
|
||||
app.style({ stroke: color }, getShapeIds(shapes));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user