Skip to content

Commit

Permalink
success
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonwells committed Oct 9, 2024
1 parent c95a5b5 commit 16af4b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ConnectionStatus.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="flex items-center gap-6">
<div class="flex items-center gap-2">
{#if $storeChainInfo.connected}
<div class="w-1 h-1 rounded-full bg-green-success p-1" />
<div class="w-1 h-1 rounded-full bg-success p-1" />
{:else}
<div class="w-1 bg-red-error h-1 rounded-full p-1" />
{/if}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/assets/SuccessIcon.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<svg
class="w-5 h-5 min-w-5 fill-green-success"
class="w-5 h-5 min-w-5 fill-success"
id="Layer_2"
data-name="Layer 2"
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 16af4b3

Please sign in to comment.