-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SCSE-78] Implement Merch Overview Page #90
base: main
Are you sure you want to change the base?
Conversation
SCSE-78 Implement Merch Overview Page
Implement merch overview page with the following charts:
Add more if possible References: https://pixinvent.com/demo/vuexy-vuejs-admin-dashboard-template/demo-5/dashboards/ecommerce |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
@joanne-ch Please follow this format for PR title:
|
|
||
const TotalCustomers = (props) => { | ||
return ( | ||
<Card {...props}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to change the background color of the card to suit the dark theme eg: by adding
style={{ backgroundColor: "black", }}
Same goes to other components as well as the font color to white
You can also remove the {...props}
as it is implicitly passed down
No description provided.