Skip to content

Commit

Permalink
Now all the error messages are appearing in bold (#438)
Browse files Browse the repository at this point in the history
Signed-off-by: Anil_Kumar_Majji <[email protected]>
  • Loading branch information
Anil-kumar-Majji authored Jun 10, 2024
1 parent c9ae61b commit f4a5410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmp-reactjs-ui/src/pages/common/ErrorMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function ErrorMessage ({errorCode, errorMessage, clickOnCancel}) {
return (
<>
<div className="h-full mr-8">
<p className=" text-sm font-semibold text-white break-words font-inter pb-2">
<p className=" text-sm font-bold text-white break-words font-inter pb-2">
{errorMsg}
</p>
</div>
Expand Down

0 comments on commit f4a5410

Please sign in to comment.