Skip to content

Commit

Permalink
fix: fix color of title in Floation Icon (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming authored Jan 2, 2025
1 parent 17cb98e commit 7c2931c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,8 @@ function SecurityInfo({
style={{
width: '100%',
overflow: 'hidden',
textOverflow: 'ellipsis'
textOverflow: 'ellipsis',
color: 'rgba(0, 0, 0, 0.88)',
}}
>
{securityInfo?.dapp?.name || securityInfo?.host}
Expand Down

0 comments on commit 7c2931c

Please sign in to comment.