Skip to content

Instantly share code, notes, and snippets.

View Atharvashuks's full-sized avatar
😅
mediating in my bed

Atharvashuks

😅
mediating in my bed
View GitHub Profile
@adrianhajdin
adrianhajdin / HomeStyles.js
Last active April 17, 2024 12:26
Memories Part 4 Code
import { makeStyles } from '@material-ui/core/styles';
export default makeStyles((theme) => ({
appBarSearch: {
borderRadius: 4,
marginBottom: '1rem',
display: 'flex',
padding: '16px',
},
pagination: {