forked from MapComplete/MapComplete
UX: improve move wizard
This commit is contained in:
parent
1208e095cf
commit
b21d7967ab
3 changed files with 43 additions and 20 deletions
|
|
@ -0,0 +1,12 @@
|
|||
<script lang="ts">
|
||||
|
||||
import {Square3Stack3dIcon} from "@babeard/svelte-heroicons/solid";
|
||||
import MapControlButton from "../Base/MapControlButton.svelte";
|
||||
import ThemeViewState from "../../Models/ThemeViewState";
|
||||
|
||||
export let state: ThemeViewState
|
||||
</script>
|
||||
|
||||
<MapControlButton on:click={() => state.guistate.backgroundLayerSelectionIsOpened.setData(true)}>
|
||||
<Square3Stack3dIcon class="w-6 h-6"/>
|
||||
</MapControlButton>
|
||||
Loading…
Add table
Add a link
Reference in a new issue