Sfoglia il codice sorgente

wip: refactoring tui

adamdottv 1 anno fa
parent
commit
0caf25adee
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      packages/tui/internal/components/util/simple-list.go

+ 0 - 1
packages/tui/internal/components/util/simple-list.go

@@ -127,7 +127,6 @@ func (c *simpleListComponent[T]) View() string {
 
 	if len(items) <= 0 {
 		return baseStyle.
-			Background(t.Background()).
 			Padding(0, 1).
 			Width(maxWidth).
 			Render(c.fallbackMsg)