Skip to content

Commit

Permalink
only bgcolor white displayName element when elevated
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlee337 committed Aug 2, 2024
1 parent 174a99d commit 8ab8661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/ReplayList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const ReplayListItem = memo(function ReplayListItem({
<QuarterSegment key={key}>
{trophy}
<Box
bgcolor="white"
bgcolor={displayName.length > 0 && elevateChips ? 'white' : undefined}
flexGrow={1}
sx={{
zIndex: (theme) =>
Expand Down

0 comments on commit 8ab8661

Please sign in to comment.