Skip to content

Commit b23ac9c

Browse files
committed
feat: update background color for wallet and iExec account sections for improved theming consistency
1 parent e3a0113 commit b23ac9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/$chainSlug/_layout/account.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ function RouteComponent() {
197197
)}
198198
>
199199
<p className="font-anybody flex items-center gap-4 font-extrabold">
200-
<span className="bg-primary-foreground text-primary rounded-lg p-2">
200+
<span className="bg-primary-foreground dark:bg-muted text-primary rounded-lg p-2">
201201
<WalletIcon size={20} />
202202
</span>
203203
Your Wallet
@@ -237,7 +237,7 @@ function RouteComponent() {
237237
)}
238238
>
239239
<p className="font-anybody flex items-center gap-4 font-extrabold">
240-
<span className="bg-primary-foreground text-primary rounded-lg p-2">
240+
<span className="bg-primary-foreground dark:bg-muted text-primary rounded-lg p-2">
241241
<IexecAccountIcon size={20} />
242242
</span>
243243
Your iExec Account

0 commit comments

Comments
 (0)