Skip to content

Commit

Permalink
chore: fix file node outline color
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Dec 4, 2023
1 parent 85ecb10 commit fb590cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,5 @@
user-select: none;
}
.Lexical__embedBlockFocus {
outline: 2px solid rgb(60, 132, 244);
outline: 2px solid var(--sn-stylekit-info-color);
}

0 comments on commit fb590cc

Please sign in to comment.