Skip to content

Commit

Permalink
Update header color of card bar component
Browse files Browse the repository at this point in the history
  • Loading branch information
sajadevo committed Jun 5, 2021
1 parent 6be79c0 commit 1bf63e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChartBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function ChartBar() {
}, []);
return (
<Card>
<CardHeader color="red" contentPosition="left">
<CardHeader color="pink" contentPosition="left">
<h6 className="uppercase text-gray-200 text-xs font-medium">
Overview
</h6>
Expand Down

0 comments on commit 1bf63e2

Please sign in to comment.