chore: fix file node outline color

This commit is contained in:
Aman Harwara
2023-12-05 02:57:10 +05:30
parent 85ecb10924
commit fb590cc2f6

View File

@@ -244,5 +244,5 @@
user-select: none;
}
.Lexical__embedBlockFocus {
outline: 2px solid rgb(60, 132, 244);
outline: 2px solid var(--sn-stylekit-info-color);
}