Skip to content

Commit

Permalink
fix: reward table error red color
Browse files Browse the repository at this point in the history
  • Loading branch information
solidovic committed Aug 20, 2024
1 parent 118e881 commit d7cb242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ export const RewardsListErrorMessage: React.FC<Props> = ({ error }) => {
return <ErrorUnprocessable />;
}

return <ErrorBlockBase text={errorMessage} />;
return <ErrorBlockBase textProps={{ color: 'error' }} text={errorMessage} />;
};

0 comments on commit d7cb242

Please sign in to comment.