Skip to content

Commit

Permalink
Adjust layout because color scheme names were overlayed and partly hi…
Browse files Browse the repository at this point in the history
…dden.
  • Loading branch information
hahnah committed Aug 11, 2019
1 parent 480f0df commit 0779a4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Main.elm
Expand Up @@ -515,7 +515,8 @@ viewColorScheme scheme model =
[ onClick <| SelectScheme scheme schemeColors
, onMouseLeave <| LeaveMouseFromColorScheme scheme
, onMouseEnter <| EnterMouseOntoColorScheme scheme
, padding 8
, spacing 2
, padding 7
, Font.size 16
, width fill
, Background.color <| toElmUIColor backgroundColor
Expand Down

0 comments on commit 0779a4c

Please sign in to comment.