feat: position filters at center
parent
fe99df72c4
commit
50dfaa3442
|
@ -30,7 +30,7 @@ export const ListeResistants = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div id="listeResistants">
|
<div id="listeResistants">
|
||||||
<Group>
|
<Group position="center">
|
||||||
<TextInput icon={<IconUsers />} placeholder="Nom" onChange={filtreNom}/>
|
<TextInput icon={<IconUsers />} placeholder="Nom" onChange={filtreNom}/>
|
||||||
<FiltreDepartement onChange={setDepartement}/>
|
<FiltreDepartement onChange={setDepartement}/>
|
||||||
</Group>
|
</Group>
|
||||||
|
|
Loading…
Reference in New Issue