also style selected row

This commit is contained in:
2025-09-10 12:13:34 +02:00
parent 1c36d93d65
commit b4c833a0ba

View File

@@ -327,6 +327,7 @@ func (m *FilterTable) fillRows() {
WithSelectedText(" ", "✓").
WithFooterVisibility(true).
WithHeaderVisibility(true).
HighlightStyle(StyleSelected).
Border(customBorder)
}