From cef2f9a3e18f49333e96a132d9f4d2fabe15579e Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Tue, 11 Jul 2023 12:55:58 -0400 Subject: [PATCH] fix: placeholder style --- model.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model.go b/model.go index e593fde..4656f66 100644 --- a/model.go +++ b/model.go @@ -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")