Skip to content

Commit

Permalink
[front] - fix: change icon button variant from ghost to outline (#8280)
Browse files Browse the repository at this point in the history
- Modified the variant property of IconButton to change its appearance from 'ghost' to 'outline' for the Remove Property action.

Co-authored-by: Jules <jules@MacBook-Pro.local>
  • Loading branch information
JulesBelveze and Jules authored Oct 28, 2024
1 parent 77eab96 commit 25756d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ function PropertiesFields({
<IconButton
icon={XMarkIcon}
tooltip="Remove Property"
variant="ghost"
variant="outline"
onClick={async () => {
handleRemoveProperty(index);
}}
Expand Down

0 comments on commit 25756d3

Please sign in to comment.