From 258c89b7632e3f09a141753433a5a921005be457 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 11 Jan 2022 15:16:29 +0100 Subject: [PATCH] replace remove icon with trash btn. and fix bg color --- src/js/whiteboard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/whiteboard.js b/src/js/whiteboard.js index a129d9e..fe187f9 100644 --- a/src/js/whiteboard.js +++ b/src/js/whiteboard.js @@ -937,8 +937,8 @@ const whiteboard = { fontsize + "em; color:" + textcolor + - '; min-width:50px; min-height:50px">' + - '
x
' + + '; min-width:50px; min-height:100%;">' + + '
🗑
' + '
' + "" );