Skip to content

Instantly share code, notes, and snippets.

View srivera145's full-sized avatar
😀

SANTOS RIVERA srivera145

😀
  • Tampa, FL
  • 20:23 (UTC -04:00)
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: {