comparison 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
comparison
equal deleted inserted replaced
456:d576b2b59014 457:c6913f0ce46e
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(.systemBlue)) 26 .foregroundColor(Color(.blue))
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 }