mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-21 11:20:17 -04:00
aesthetics
This commit is contained in:
parent
42dd311cdc
commit
705279d958
|
@ -60,10 +60,14 @@ const CreatePool = () => {
|
||||||
};
|
};
|
||||||
useEffect(() => {}, []);
|
useEffect(() => {}, []);
|
||||||
return (
|
return (
|
||||||
|
<div
|
||||||
|
className=""
|
||||||
|
style={{ minHeight: '100vh', backgroundColor: '#F1EAE8' }}
|
||||||
|
>
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<Card
|
<Card
|
||||||
className={classes.root + 'd-inline-flex'}
|
className={classes.root + 'd-inline-flex'}
|
||||||
style={{ margin: '0.5rem', background: '#F3F5F4' }}
|
style={{ margin: '0', background: '#F3F5F4' }}
|
||||||
>
|
>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<div className="form-group">
|
<div className="form-group">
|
||||||
|
@ -251,6 +255,7 @@ const CreatePool = () => {
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user