wip: refactoring tui
This commit is contained in:
parent
97837d2d23
commit
1b8cfe9e99
8 changed files with 40 additions and 43 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue