Skip to content

Commit

Permalink
remove highlight on clear drawings
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Dec 5, 2024
1 parent b8bfefd commit 2cc3e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/boards/Board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ function Board({
{!eraseDrawablesOnClick && (
<Tooltip label={t("Board.Action.ClearDrawings")}>
<ActionIcon
variant={editingMode ? "filled" : "default"}
variant="default"
size="lg"
onClick={() => clearShapes()}
>
Expand Down

0 comments on commit 2cc3e0a

Please sign in to comment.