forked from Shiloh/remnantchat
refactor: use sx prop for styling instead of tailwind
This commit is contained in:
parent
126456eced
commit
be160cf29b
@ -44,11 +44,15 @@ export function Home() {
|
|||||||
size="medium"
|
size="medium"
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<div className="block pt-4">
|
<Button
|
||||||
<Button variant="contained" type="submit">
|
variant="contained"
|
||||||
|
type="submit"
|
||||||
|
sx={{
|
||||||
|
marginTop: 2,
|
||||||
|
}}
|
||||||
|
>
|
||||||
Go to public room
|
Go to public room
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user