mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 13:30:52 +00:00
fix(tui): visual tweaks to themes
This commit is contained in:
parent
ef3fd5900f
commit
9081e17fcc
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ func (m *Modal) Render(contentView string, background string) string {
|
|||
titleLine := m.title + spacer + escText
|
||||
titleLine = titleStyle.Render(titleLine)
|
||||
|
||||
finalContent = strings.Join([]string{titleLine, contentView}, "\n") + "\n"
|
||||
finalContent = strings.Join([]string{titleLine, "", contentView}, "\n")
|
||||
} else {
|
||||
finalContent = contentView
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue