Skip to content

Instantly share code, notes, and snippets.

@biancadragomir
Created October 8, 2021 17:11
Show Gist options
  • Save biancadragomir/4f9a271c86ab306fad61296dc1769690 to your computer and use it in GitHub Desktop.
Save biancadragomir/4f9a271c86ab306fad61296dc1769690 to your computer and use it in GitHub Desktop.
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