Delete deprecated function usage

This commit is contained in:
David Dworken 2024-08-25 18:57:21 -07:00
parent 6fd624f32c
commit 7e327346f9
No known key found for this signature in database

View File

@ -736,7 +736,7 @@ func makeTable(ctx context.Context, shellName string, rows []table.Row) (table.M
chunkStyle := lipgloss.NewStyle()
if position.IsRowSelected {
// Apply the selected style as the base style if this is the highlighted row of the table
chunkStyle = s.Selected.Copy()
chunkStyle = s.Selected
}
if isLeftMost {
chunkStyle = chunkStyle.PaddingLeft(1)