Skip to content

Commit

Permalink
Fix learn more text size
Browse files Browse the repository at this point in the history
  • Loading branch information
david0xd committed Mar 21, 2023
1 parent 8d57371 commit 7d0344c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/pages/settings/flask/snaps-list-tab/snap-list-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import {
JustifyContent,
AlignItems,
Color,
Size,
TEXT_ALIGN,
FLEX_DIRECTION,
Size,
} from '../../../../helpers/constants/design-system';
import Box from '../../../../components/ui/box';
import { SNAPS_VIEW_ROUTE } from '../../../../helpers/constants/routes';
Expand Down Expand Up @@ -125,7 +125,7 @@ const SnapListTab = () => {
description={t('extendWalletWithSnaps')}
>
<ButtonLink
size={Size.inherit}
size={Size.auto}
href="https://metamask.io/snaps/"
target="_blank"
>
Expand Down

0 comments on commit 7d0344c

Please sign in to comment.