Skip to content

Commit

Permalink
Fix logo visuals - casing, font-weight, and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Mar 15, 2021
1 parent 80f8730 commit 33b7431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions implement/example-apps/elm-editor/src/FrontendWeb/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ view state =

logoElement =
[ Visuals.elmEditorIconSvg "1.2em" |> Element.html |> Element.el []
, "Elm editor" |> Element.text |> Element.el [ Element.Font.bold ]
, "Elm Editor" |> Element.text |> Element.el [ Element.Font.semiBold ]
]
|> Element.row
[ Element.spacing defaultFontSize
Expand All @@ -1185,7 +1185,7 @@ view state =
, topBarButtons |> Element.row [ Element.spacing defaultFontSize ]
]
|> Element.row
[ Element.spacing (defaultFontSize * 2)
[ Element.spacing defaultFontSize
, Element.width Element.fill
, Element.Background.color (Element.rgb 0.24 0.24 0.24)
]
Expand Down

0 comments on commit 33b7431

Please sign in to comment.