style: adapt bullet context menu color circles to theme highlight colors

pull/9237/head
Sergey Kolesnik 2023-04-25 14:46:41 +03:00
parent f58dffe3f7
commit 6468115e94
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
[:a.shadow-sm
{:title (t (keyword "color" color))
:on-click #(add-bgcolor-fn color)}
[:div.heading-bg {:style {:background-color (str "var(--color-" color "-500)")}}]])
[:div.heading-bg {:style {:background-color (str "var(--ls-highlight-color-" color)}}]])
[:a.shadow-sm
{:title (t :remove-background)
:on-click rm-bgcolor-fn}