File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
packages/scaffold/src/views/w3m-account-default-view Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,14 @@ export function AuthButtons({
33
33
</ Text >
34
34
</ ListSocial >
35
35
) : (
36
- < ListItem icon = "mail" onPress = { onPress } chevron testID = "button-email" style = { style } >
36
+ < ListItem
37
+ icon = "mail"
38
+ onPress = { onPress }
39
+ chevron
40
+ testID = "button-email"
41
+ iconColor = "fg-100"
42
+ style = { style }
43
+ >
37
44
< Text color = "fg-100" numberOfLines = { 1 } ellipsizeMode = "tail" >
38
45
{ text }
39
46
</ Text >
Original file line number Diff line number Diff line change @@ -239,7 +239,8 @@ export function AccountDefaultView() {
239
239
< ListItem
240
240
chevron
241
241
icon = "networkPlaceholder"
242
- iconBackgroundColor = "gray-glass-010"
242
+ iconColor = "accent-100"
243
+ iconBackgroundColor = "accent-glass-015"
243
244
imageSrc = { networkImage }
244
245
imageHeaders = { ApiController . _getApiHeaders ( ) }
245
246
onPress = { onNetworkPress }
@@ -283,6 +284,8 @@ export function AccountDefaultView() {
283
284
icon = "swapHorizontal"
284
285
onPress = { onSwitchAccountType }
285
286
testID = "account-button-type"
287
+ iconColor = "accent-100"
288
+ iconBackgroundColor = "accent-glass-015"
286
289
style = { styles . actionButton }
287
290
loading = { loading }
288
291
>
You can’t perform that action at this time.
0 commit comments