wip: refactoring tui

This commit is contained in:
adamdottv 2025-06-13 06:49:59 -05:00
commit 1b8cfe9e99
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
8 changed files with 40 additions and 43 deletions

View file

@ -273,7 +273,7 @@ func (m *editorComponent) View() string {
Width(m.width).
Background(t.BackgroundElement()).
Border(lipgloss.ThickBorder(), false, true).
BorderForeground(t.BorderActive()).
BorderForeground(t.BackgroundSubtle()).
BorderBackground(t.Background()).
Render(textarea)