Skip to content

Commit

Permalink
Ajuste l'espacement des thématiques
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-rutkowski committed Apr 25, 2024
1 parent c83f3fd commit fba7515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const CarteActionImpact = ({
isSelected={isSelected}
footer={
<div className="relative z-0">
<div className="flex justify-end opacity-100 group-hover:opacity-0 transition-opacity duration-500">
<div className="flex justify-end items-center gap-2 opacity-100 group-hover:opacity-0 transition-opacity duration-500">
{/* Badge thématique */}
{!!thematiques.length && (
<Badge title={thematiques[0].nom} size="sm" state="standard" />
Expand Down

0 comments on commit fba7515

Please sign in to comment.