feat: added tooltips and changed some formatting

This commit is contained in:
Nick 2024-11-21 01:26:54 -06:00
parent d437fa785e
commit 9a8594d560
4 changed files with 13 additions and 12 deletions

View file

@ -192,6 +192,8 @@ myTooltip str =
{ offset = ( 0, 3 ), blur = 6, size = 0, color = rgba 0 0 0 0.32 }
]
(text str)
|> el [ F.color colourTheme.nonHighlightedText, F.regular, F.size 14 ]
tooltip : (Element msg -> Attribute msg) -> Element Never -> Attribute msg
tooltip usher tooltip_ =