feat(tui): file attachments

This commit is contained in:
adamdottv
2025-07-04 10:55:02 -05:00
parent 891ed6ebc0
commit f9abc7c84f
14 changed files with 793 additions and 406 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ func Generate(text string) (string, int, error) {
}
// Create lipgloss style for QR code with theme colors
qrStyle := styles.NewStyleWithColors(t.Text(), t.Background())
qrStyle := styles.NewStyle().Foreground(t.Text()).Background(t.Background())
var result strings.Builder