mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: added tooltips and changed some formatting
This commit is contained in:
parent
d437fa785e
commit
9a8594d560
4 changed files with 13 additions and 12 deletions
|
@ -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_ =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue