Created
October 8, 2021 17:11
-
-
Save biancadragomir/4f9a271c86ab306fad61296dc1769690 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { makeStyles } from '@material-ui/core'; | |
export const useStyles = makeStyles((theme) => ({ | |
bottomNavigation: { | |
position: 'sticky', | |
paddingLeft: 16, | |
paddingRight: 16, | |
bottom: 0, | |
// ... | |
} | |
icon: { | |
width: 24, | |
height: 24, | |
}, | |
//... | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment