feat: sending email spinner

This commit is contained in:
Maas Lalani
2023-06-13 23:53:24 -04:00
parent 5c247b107d
commit 7952e251bd
5 changed files with 60 additions and 26 deletions

View File

@@ -17,4 +17,6 @@ var (
placeholderStyle = lipgloss.NewStyle().Foreground(darkGrayColor)
cursorStyle = lipgloss.NewStyle().Foreground(whiteColor)
paddedStyle = lipgloss.NewStyle().Padding(1)
)