Skip to content

Commit

Permalink
fix: Correct theme value for Snap UI footer buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Jan 6, 2025
1 parent 768716d commit 7b7d2b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export const SnapUIFooterButton: FunctionComponent<
alignItems: AlignItems.center,
flexDirection: FlexDirection.Row,
}}
data-theme={null}
>
{isSnapAction && !hideSnapBranding && !loading && (
<SnapIcon snapId={snapId} avatarSize={IconSize.Sm} marginRight={2} />
Expand Down
1 change: 1 addition & 0 deletions ui/components/app/snaps/snap-ui-renderer/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
& > *:first-child {
gap: 16px;
margin: 16px;
overflow-y: hidden;
}
}

Expand Down

0 comments on commit 7b7d2b4

Please sign in to comment.