From 909b36d38093d510ed4a72455e340d72917158d8 Mon Sep 17 00:00:00 2001
From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com>
Date: Fri, 22 Nov 2024 19:45:33 +0800
Subject: [PATCH] :art: An extra space (#13224)
---
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 23d04a828..fcf725d53 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 += ``;