refactor: use sx prop for styling instead of tailwind

This commit is contained in:
Jeremy Kahn 2022-08-17 09:32:18 -05:00
parent 126456eced
commit be160cf29b

View File

@ -44,11 +44,15 @@ export function Home() {
size="medium"
/>
</FormControl>
<div className="block pt-4">
<Button variant="contained" type="submit">
<Button
variant="contained"
type="submit"
sx={{
marginTop: 2,
}}
>
Go to public room
</Button>
</div>
</form>
</main>
</div>