diff --git a/app/src/app.html b/app/src/app.html index 2dd8b2ea0d..7f54db459c 100644 --- a/app/src/app.html +++ b/app/src/app.html @@ -1,5 +1,5 @@ - +
diff --git a/app/src/lib/components/connect/connect.svelte b/app/src/lib/components/connect/connect.svelte index 1e2aaa72ab..5d5a210690 100644 --- a/app/src/lib/components/connect/connect.svelte +++ b/app/src/lib/components/connect/connect.svelte @@ -13,6 +13,9 @@ import { cosmosStore, cosmosWalletsInformation } from "$lib/wallet/cosmos/index. import { Switch } from "$lib/components/ui/switch" import { Label } from "$lib/components/ui/label" import { showUnsupported } from "$lib/stores/user.ts" +import Sun from "virtual:icons/lucide/sun" +import Moon from "virtual:icons/lucide/moon" +import { toggleMode } from "mode-watcher" let buttonText: string @@ -93,11 +96,21 @@ $: if ($navigating) sheetOpen = false onConnectClick={cosmosStore.connect} onDisconnectClick={cosmosStore.disconnect} /> -