From ac4882b357162f8737ac32ea9f55884276cc3011 Mon Sep 17 00:00:00 2001 From: Mo Date: Wed, 9 Nov 2022 11:00:37 -0600 Subject: [PATCH] fix: link color --- packages/blocks-editor/src/Lexical/Theme/editor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/blocks-editor/src/Lexical/Theme/editor.scss b/packages/blocks-editor/src/Lexical/Theme/editor.scss index adf6635f3..8ea50f20d 100644 --- a/packages/blocks-editor/src/Lexical/Theme/editor.scss +++ b/packages/blocks-editor/src/Lexical/Theme/editor.scss @@ -73,7 +73,7 @@ border-bottom: 1px solid rgba(88, 144, 255, 0.3); } .Lexical__link { - color: rgb(33, 111, 219); + color: var(--sn-stylekit-info-color); text-decoration: none; } .Lexical__link:hover {