Improve place-create button

This commit is contained in:
2026-01-27 13:37:59 +07:00
parent a73e5cda6a
commit 8e3187f38d
4 changed files with 10 additions and 25 deletions

View File

@@ -202,10 +202,10 @@ export default class PlacesSidebar extends Component {
<button
type="button"
class="create-place-btn"
class="btn btn-outline create-place"
{{on "click" this.createNewPlace}}
>
<Icon @name="plus" @size={{18}} />
<Icon @name="plus" @size={{18}} @color="#007bff" />
Create new place
</button>
{{/if}}