Skip to content

Commit

Permalink
Make tooltip fully opaque.
Browse files Browse the repository at this point in the history
  • Loading branch information
aartaka committed Dec 26, 2024
1 parent 764f200 commit e6141ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hs_ui/components/tooltip.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
[:> Tooltip {:anchorSelect (str "#" reference-id)
:offset 3
:place place
:disableStyleInjection true}
:disableStyleInjection true
:opacity 1}
[:div {:class ["text-sm px-3 py-1 rounded shadow-xl"
(if error?
"text-white bg-[var(--color-critical-default)]"
Expand Down

0 comments on commit e6141ef

Please sign in to comment.