Skip to content

Commit

Permalink
Space names are now bold.
Browse files Browse the repository at this point in the history
  • Loading branch information
jumper149 committed Oct 12, 2024
1 parent f757a89 commit fb5d9e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions frontend/source/Mensam/Screen/Dashboard.elm
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,16 @@ element model =
]
[ Element.column
[ Element.width <| Element.px 175
, Element.height <| Element.fill
, Element.alignLeft
, Element.spacing 1
, Element.clip
]
[ Element.paragraph
[ Element.alignTop
[ Element.height <| Element.px 40
, Element.alignTop
, Element.clipY
, Element.Font.size 15
, Element.Font.semiBold
]
[ Element.text <|
Mensam.Space.nameToString space.name
Expand Down

0 comments on commit fb5d9e3

Please sign in to comment.