mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-16 01:43:21 +00:00
chore: tidy
This commit is contained in:
+3
-2
@@ -150,8 +150,9 @@ func TestTableAlignment(t *testing.T) {
|
||||
WithStyles(s),
|
||||
)
|
||||
|
||||
// unset borders for styling
|
||||
// TODO maybe do this in View or something instead if border type is hidden?
|
||||
// unset borders
|
||||
// TODO I may need to expose this table OR have a helper func, they
|
||||
// won't be able to do this outside of the library
|
||||
biscuits.table.
|
||||
BorderTop(false).
|
||||
BorderBottom(false).
|
||||
|
||||
Reference in New Issue
Block a user