From 4220b2db2bc2e2de759dd032cf1369d38e5325d8 Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 11 Aug 2020 11:56:11 -0400 Subject: fixed inking button --- src/client/views/collections/CollectionMenu.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/client/views/collections/CollectionMenu.tsx b/src/client/views/collections/CollectionMenu.tsx index 53d2a136e..0377944b7 100644 --- a/src/client/views/collections/CollectionMenu.tsx +++ b/src/client/views/collections/CollectionMenu.tsx @@ -580,9 +580,9 @@ export class CollectionFreeFormViewChrome extends React.Component { this.changeColor(color, "color"); this._colorBtn = false; this.editProperties(color, "color"); })} style={{ backgroundColor: this._colorBtn ? "121212" : "", zIndex: 1001 }}> {/* */} -
- {color === "" ?

: ""} - +
+ {color === "" ?

: ""} +
)}
; } -- cgit v1.2.3-70-g09d2