Skip to content

Commit

Permalink
Add localizations for widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
ealymbaev committed Dec 14, 2023
1 parent 9df36f7 commit 6cb87f9
Show file tree
Hide file tree
Showing 2 changed files with 626 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@ struct CoinPriceListView: View {
VStack(spacing: 0) {
HStack(spacing: .margin16) {
Text(entry.mode.title)
.lineLimit(1)
.font(.themeSubhead1)
.foregroundColor(.themeLeah)

Spacer()

Text(title(sortType: entry.sortType))
.lineLimit(1)
.font(.themeSubhead2)
.foregroundColor(.themeGray)
}
Expand Down
Loading

0 comments on commit 6cb87f9

Please sign in to comment.