fix: placeholder style

This commit is contained in:
Maas Lalani 2023-07-11 12:55:58 -04:00
parent 1e4802c7f1
commit cef2f9a3e1
No known key found for this signature in database
GPG key ID: 5A6ED5CBF1A0A000

View file

@ -127,6 +127,7 @@ func NewModel(defaults resend.SendEmailRequest) Model {
attachments.Title = "Attachments"
attachments.Styles.Title = labelStyle
attachments.Styles.TitleBar = labelStyle
attachments.Styles.NoItems = placeholderStyle
attachments.SetShowHelp(false)
attachments.SetShowStatusBar(false)
attachments.SetStatusBarItemName("attachment", "attachments")