chore: tidy comments

This commit is contained in:
bashbunni
2025-04-04 14:51:38 -07:00
parent a291578e28
commit 7df895396b
2 changed files with 0 additions and 8 deletions
-6
View File
@@ -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...),