Skip to content

Commit

Permalink
fix: placeholder style
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Jul 11, 2023
1 parent 1e4802c commit cef2f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit cef2f9a

Please sign in to comment.