Skip to content

Commit

Permalink
Fix overlay gradient stop color
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenaio committed Apr 5, 2023
1 parent 17d9f08 commit 1ddfa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/pages/flips/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export default function FlipListPage() {
flip.type === FlipType.Deleting
? `linear-gradient(to top, ${colors.warning[500]}, transparent)`
: flip.type === FlipType.Invalid
? `linear-gradient(to top, ${colors.red[500]}, ${colors.red[500]})`
? `linear-gradient(to top, ${colors.red[500]}, transparent)`
: ''
}
>
Expand Down

0 comments on commit 1ddfa99

Please sign in to comment.