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