Skip to content

Commit

Permalink
Grid Logs, add visual indicator of selected attempt (#25611)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejeambrun committed Aug 9, 2022
1 parent 72a6ac5 commit 9bb16b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const Logs = ({
{internalIndexes.map((index) => (
<Button
key={index}
variant="ghost"
variant={selectedAttempt === index ? 'solid' : 'ghost'}
colorScheme="blue"
onClick={() => setSelectedAttempt(index)}
data-testid={`log-attempt-select-button-${index}`}
Expand Down

0 comments on commit 9bb16b2

Please sign in to comment.