wip: refactoring tui

This commit is contained in:
adamdottv
2025-06-12 06:06:53 -05:00
parent cce2e4ad75
commit ae339015fc
7 changed files with 33 additions and 33 deletions

View File

@@ -256,7 +256,7 @@ func (m *editorComponent) View() string {
m.textarea.View(),
)
textarea = styles.BaseStyle().
Width(m.width). // -2).
Width(m.width).
Border(lipgloss.NormalBorder(), true, true).
BorderForeground(t.Border()).
Render(textarea)