Mercurial > public > lazybear
diff LazyBear/Views/Home/Helpers/TradingDatesItem.swift @ 457:c6913f0ce46e
Minor UI Updates
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 28 Jun 2021 14:03:50 +0200 |
parents | 2984d8946342 |
children |
line wrap: on
line diff
--- a/LazyBear/Views/Home/Helpers/TradingDatesItem.swift Mon Jun 28 12:51:06 2021 +0200 +++ b/LazyBear/Views/Home/Helpers/TradingDatesItem.swift Mon Jun 28 14:03:50 2021 +0200 @@ -23,7 +23,7 @@ Text(getDateComponents(.day, date)) .font(.title) .fontWeight(.semibold) - .foregroundColor(Color(.systemBlue)) + .foregroundColor(Color(.blue)) Text(getDateComponents(.year, date)) .font(.caption)