From b4ccb996f61f1415b857540d66a86fe47f632952 Mon Sep 17 00:00:00 2001
From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com>
Date: Fri, 22 Nov 2024 16:06:54 +0800
Subject: [PATCH] an extra space
---
app/src/protyle/toolbar/Font.ts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/src/protyle/toolbar/Font.ts b/app/src/protyle/toolbar/Font.ts
index 23d04a828f9..fcf725d53a4 100644
--- a/app/src/protyle/toolbar/Font.ts
+++ b/app/src/protyle/toolbar/Font.ts
@@ -69,10 +69,10 @@ export const appearanceMenu = (protyle: IProtyle, nodeElements?: Element[]) => {
const lastFontStatus = item.split(Constants.ZWSP);
switch (lastFontStatus[0]) {
case "color":
- lastColorHTML += ``;
+ lastColorHTML += ``;
break;
case "backgroundColor":
- lastColorHTML += ``;
+ lastColorHTML += ``;
break;
case "style2":
lastColorHTML += ``;
@@ -86,7 +86,7 @@ export const appearanceMenu = (protyle: IProtyle, nodeElements?: Element[]) => {
}
break;
case "style1":
- lastColorHTML += ``;
+ lastColorHTML += ``;
break;
case "clear":
lastColorHTML += ``;