Skip to content

Commit

Permalink
init (#5502)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodyHughes committed Mar 14, 2024
1 parent e38a829 commit a79428f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/SendConfirmationSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ export const SendConfirmationSheet = () => {
</SendButtonWrapper>
{isENS && (
/* @ts-expect-error JavaScript component */
<GasSpeedButton currentNetwork={network} theme={isDarkMode ? 'dark' : 'light'} />
<GasSpeedButton currentNetwork={network} theme={theme.isDarkMode ? 'dark' : 'light'} />
)}
</Column>
</SlackSheet>
Expand Down

0 comments on commit a79428f

Please sign in to comment.