Skip to content

Commit

Permalink
Delete deprecated function usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworken committed Aug 26, 2024
1 parent 6fd624f commit 7e32734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tui/tui.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7e32734

Please sign in to comment.