Skip to content

Instantly share code, notes, and snippets.

View kusiboamah's full-sized avatar
🏠
Working from home

Emmanuel Kusi Boamah kusiboamah

🏠
Working from home
View GitHub Profile
@adrianhajdin
adrianhajdin / AppStyles.js
Last active March 3, 2024 17:33
Video Chat Styles
const useStyles = makeStyles((theme) => ({
appBar: {
borderRadius: 15,
margin: '30px 100px',
display: 'flex',
flexDirection: 'row',
justifyContent: 'center',
alignItems: 'center',
width: '600px',
border: '2px solid black',