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