mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-16 01:43:21 +00:00
chore: tidy comments
This commit is contained in:
@@ -90,12 +90,6 @@ func TestTableAlignment(t *testing.T) {
|
||||
golden.RequireEqual(t, []byte(biscuits.View()))
|
||||
})
|
||||
t.Run("With border", func(t *testing.T) {
|
||||
// TODO how do we style header border?
|
||||
// s.Header = s.Header.
|
||||
// BorderStyle(lipgloss.NormalBorder()).
|
||||
// BorderForeground(lipgloss.Color("240")).
|
||||
// Bold(false)
|
||||
|
||||
biscuits := New(
|
||||
WithHeaders(headers...),
|
||||
WithRows(rows...),
|
||||
|
||||
Reference in New Issue
Block a user