fix(editor): Use cursor pointer on close icon (no-changelog) (#8395)

This commit is contained in:
Tomi Turtiainen
2024-01-19 12:51:44 +02:00
committed by GitHub
parent 749ac2b407
commit 6fcf5ddcdd

View File

@@ -70,6 +70,7 @@ const store = useBecomeTemplateCreatorStore();
border: none;
color: var(--color-text-light);
background-color: transparent;
cursor: pointer;
}
.becomeCreatorButton {