Skip to content

Commit

Permalink
Add gray color to ChecksResultOutline
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaksy committed May 15, 2023
1 parent 79d7fbc commit 2836651
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function CheckResultOutline({
);

return (
<div className="p-5">
<div className="p-5 bg-gray-50">
<div className="table w-full bg-white rounded shadow">
<div className="table-header-group bg-gray-50 border-b border-gray">
<div className="table-row">
Expand Down

0 comments on commit 2836651

Please sign in to comment.