From dbe46a835ab96f628823a9dca1d77d845a943549 Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Thu, 28 Sep 2023 21:22:01 +0800 Subject: [PATCH] fix: ribbon icon stroke color does not match the theme color --- src/main.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main.ts b/src/main.ts index c01dd3e..35e578f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -89,11 +89,7 @@ export default class OmnivorePlugin extends Plugin { // add icon addIcon( iconId, - ` - - - - ` + `` ); // This creates an icon in the left ribbon.