remove borders

This commit is contained in:
vcoppe
2024-04-26 12:30:39 +02:00
parent 3a8ea16a94
commit 7ec68c1a26
4 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
<div class="absolute top-0 bottom-0 left-0 z-10 flex flex-col justify-center pointer-events-none">
<div class="flex flex-row w-screen items-center">
<div
class="h-fit flex flex-col p-1 gap-1 bg-background rounded-md pointer-events-auto shadow-md border"
class="h-fit flex flex-col p-1 gap-1 bg-background rounded-md pointer-events-auto shadow-md"
>
<ToolbarItem on:click={getToggleTool(Tool.ROUTING)}>
<Pencil slot="icon" size="18" />