Skip to content

Commit

Permalink
Bold close price
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderjamesrohrig committed Nov 16, 2020
1 parent 08f80c2 commit 5e8e429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct ContentView: View {
if stock.isFavorite {
Image(systemName: "star.fill")
}
Text(getCurrencyFormat(from: stock.lastClosePrice))
Text(getCurrencyFormat(from: stock.lastClosePrice)).bold()
}
}
}
Expand Down

0 comments on commit 5e8e429

Please sign in to comment.