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 {