Skip to content

Commit 599c380

Browse files
committed
fmt
1 parent bbd80f3 commit 599c380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/desktop/src/routes/editor/ExportPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ export function ExportPage() {
13841384
</Show>
13851385
<Show when={exportState.type === "done"}>
13861386
<Button
1387-
variant="secondary"
1387+
variant="gray"
13881388
class="mt-4 hover:underline"
13891389
onClick={() => setExportState({ type: "idle" })}
13901390
>

0 commit comments

Comments
 (0)