feat: added glow

This commit is contained in:
Nick 2024-12-09 03:45:55 -06:00
parent 6867defd0a
commit 2b0c07de0d
7 changed files with 30 additions and 15 deletions

View file

@ -116,6 +116,7 @@ navbarContainer device content =
, D.color colourTheme.textDarkOrange
, B.color colourTheme.backgroundDarkGrey
, O.glow
, spacing 3
]
(case ( device.class, device.orientation ) of
( Phone, Portrait ) ->
@ -284,7 +285,7 @@ mobileNavbar =
]
[ column
[ padding 5
, centerY
, alignTop
, centerX
]
[ column