Skip to content

Commit 29e272a

Browse files
fix: apply different theme key
1 parent 30fafd1 commit 29e272a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/thirdweb/src/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatScreenContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ export function FiatScreenContent(props: {
291291
{fiatQuoteQuery.isLoading ? (
292292
<>
293293
Getting price quote
294-
<Spinner size="sm" color="accentText" />
294+
<Spinner size="sm" color="accentButtonText" />
295295
</>
296296
) : (
297297
"Continue"

packages/thirdweb/src/react/web/ui/ConnectWallet/screens/Buy/swap/SwapScreenContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ export function SwapScreenContent(props: {
389389
{quoteQuery.isLoading ? (
390390
<>
391391
Getting price quote
392-
<Spinner size="sm" color="accentText" />
392+
<Spinner size="sm" color="accentButtonText" />
393393
</>
394394
) : (
395395
"Continue"

0 commit comments

Comments
 (0)