Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
asset detail v2
Browse files Browse the repository at this point in the history
  • Loading branch information
nuo-xu committed Dec 29, 2023
1 parent d2f2338 commit fb1d449
Show file tree
Hide file tree
Showing 16 changed files with 687 additions and 567 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"images" : [
{
"filename" : "transaction-empty-light.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "transaction-empty-dark.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion Sources/BraveWallet/Crypto/Accounts/AccountView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ struct AccountView: View {
}
VStack(alignment: .leading, spacing: 2) {
Text(name)
.fontWeight(.semibold)
.font(.subheadline.weight(.semibold))
.foregroundColor(Color(.bravePrimary))
Text(address.truncatedAddress)
.font(.footnote)
.foregroundColor(Color(.braveLabel))
}
.font(.caption)
Expand Down
Loading

0 comments on commit fb1d449

Please sign in to comment.