Skip to content

Commit

Permalink
Revert "style: Import button redesign"
Browse files Browse the repository at this point in the history
This reverts commit fb9907d.
  • Loading branch information
mstrasinskis committed Aug 21, 2024
1 parent 9ddec40 commit 246e65c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/lib/pages/Tokens.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { i18n } from "$lib/stores/i18n";
import type { UserToken } from "$lib/types/tokens-page";
import { heightTransition } from "$lib/utils/transition.utils";
import { IconAddCircle, IconSettings } from "@dfinity/gix-components";
import { IconPlus, IconSettings } from "@dfinity/gix-components";
import { Popover } from "@dfinity/gix-components";
import { nonNullish, TokenAmountV2 } from "@dfinity/utils";
import { ENABLE_IMPORT_TOKEN } from "$lib/stores/feature-flags.store";
Expand Down Expand Up @@ -85,10 +85,10 @@
{#if shownImportTokenButton}
<button
data-tid="import-token-button"
class="secondary with-icon import-token-button"
class="ghost with-icon import-token-button"
on:click={() => (showImportTokenModal = true)}
>
<IconAddCircle />{$i18n.import_token.import_token}
<IconPlus />{$i18n.import_token.import_token}
</button>
{/if}
</div>
Expand Down

0 comments on commit 246e65c

Please sign in to comment.