Skip to content

Commit

Permalink
Add text to space creation dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jumper149 committed Oct 22, 2024
1 parent 1e16e1e commit 7cf2282
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/source/Mensam/Screen/Spaces.elm
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,14 @@ element model =
Element.map (MessagePure << TimezonePickerMessage) <|
Mensam.Widget.Timezone.elementPickTimezone timezonePickerModel
]
, Element.paragraph
[ Element.alignBottom
, Mensam.Element.Font.fontWeight Mensam.Element.Font.Light300
, Element.Font.justify
]
[ Element.text "You will be able to add desks later on. "
, Element.text "Create this new space now?"
]
, Element.row
[ Element.width Element.fill
, Element.spacing 10
Expand Down

0 comments on commit 7cf2282

Please sign in to comment.