Skip to content

Commit

Permalink
fix(editor): Use cursor pointer on close icon (no-changelog) (#8395)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi committed Jan 19, 2024
1 parent 749ac2b commit 6fcf5dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const store = useBecomeTemplateCreatorStore();
border: none;
color: var(--color-text-light);
background-color: transparent;
cursor: pointer;
}
.becomeCreatorButton {
Expand Down

0 comments on commit 6fcf5dd

Please sign in to comment.