fix: update download button style

This commit is contained in:
2026-09-02 17:37:45 +05:00
parent c590bdf91a
commit ef74cabf1e
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,5 @@
<script lang="ts">
import ColorField from "$lib/components/kit/ColorField.svelte";
import DownloadButton from "$lib/components/kit/DownloadButton.svelte";
import FieldGrid from "$lib/components/kit/FieldGrid.svelte";
import IconButton from "$lib/components/kit/IconButton.svelte";
import PageGrid from "$lib/components/kit/layout/PageGrid.svelte";
@@ -14,6 +13,7 @@
import StepCard from "$lib/components/kit/StepCard.svelte";
import ToggleRow from "$lib/components/kit/ToggleRow.svelte";
import Badge from "$lib/components/kit/ui/Badge.svelte";
import DownloadButton from "$lib/components/kit/ui/DownloadButton.svelte";
import {
ChevronDown,
Plus,