jtaavola / buzzword-bingo

Buzzword Bingo built with React
https://jtaavola.github.io/buzzword-bingo/
MIT License
1 stars 2 forks source link

Use Mantine components for consistency #23

Open jtaavola opened 1 year ago

jtaavola commented 1 year ago

Since we've started to use Mantine for the modal, we should use it elsewhere for consistency.

styled-components are still compatible if it makes sense

const StyledButton = styled(Button)`
  // styling
`;

otherwise you can use Mantine's custom styling