Skip to content

Commit

Permalink
style: add border to images
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrckd committed Jul 5, 2023
1 parent e9cf146 commit 5907afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Org/Projects.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ viewNewOrEditProject conf isNew model =
]
, if isNew then
div [ class "column is-half" ]
[ figure [ class "image is-fullwidth" ]
[ figure [ class "image is-fullwidth has-border-light is-rounded" ]
[ case conf.theme of
DarkTheme ->
--img [ src "https://api.fractale.co/assets/screenshots/f6-project-base-template-dark.png" ] []
Expand Down

0 comments on commit 5907afc

Please sign in to comment.