comparison LazyBear/Views/Home/Helpers/TradingDatesItem.swift @ 413:2984d8946342

Minor UI changes
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Wed, 09 Jun 2021 10:23:52 +0200
parents 681fb377235e
children c6913f0ce46e
comparison
equal deleted inserted replaced
412:a7c9dd0c5822 413:2984d8946342
21 .fontWeight(.semibold) 21 .fontWeight(.semibold)
22 22
23 Text(getDateComponents(.day, date)) 23 Text(getDateComponents(.day, date))
24 .font(.title) 24 .font(.title)
25 .fontWeight(.semibold) 25 .fontWeight(.semibold)
26 .foregroundColor(Color("default")) 26 .foregroundColor(Color(.systemBlue))
27 27
28 Text(getDateComponents(.year, date)) 28 Text(getDateComponents(.year, date))
29 .font(.caption) 29 .font(.caption)
30 .fontWeight(.semibold) 30 .fontWeight(.semibold)
31 } 31 }