Styles upgrade
Open
good first issue
upgrade
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
In **hivesApp/src/customStyles.js** there are some CSS-based styles used in app, let's try to upgrade something there (for example expand Header.js component with Bee oriented logo on the left side instead of '<>').
To use customStyles inside components we have to import it first:
`import useStyles from '../customStyles';`
and then create an instance:
`const classes = useStyles();`
use inside of className (ex. `className ={classes.box}`)
Warning! There is possibility of changing theme in file theme.js:
_See more up in here: https://mui.com/material-ui/customization/theming/_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.