Merge pull request #1180 from LukasKorba/1179-Bold-token-name-in-available-balance

[#1179] Bold token name in available balance
This commit is contained in:
Lukas Korba 2024-04-09 09:46:45 +02:00 committed by GitHub
commit ff5b6ce0ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ public struct AvailableBalanceView: View {
}
Text(tokenName)
.font(.custom(FontFamily.Inter.regular.name, size: 14))
.font(.custom(FontFamily.Inter.bold.name, size: 14))
}
}
}

View File

@ -77,8 +77,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/grpc/grpc-swift.git",
"state" : {
"revision" : "5d0cf1c7b2e641e3a8961089e7e4672f4fe8abac",
"version" : "1.21.1"
"revision" : "393b02b1c39cc82fb24e57f24fa446f43e8124c9",
"version" : "1.22.0"
}
},
{