File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/routes/$chainSlug/_layout Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments