diff LazyBear/Views/Company/Helpers/TransactionRow.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 a7c9dd0c5822
children 34f9e408b861
line wrap: on
line diff
--- a/LazyBear/Views/Company/Helpers/TransactionRow.swift	Tue Jun 08 11:46:58 2021 +0200
+++ b/LazyBear/Views/Company/Helpers/TransactionRow.swift	Wed Jun 09 10:23:52 2021 +0200
@@ -23,7 +23,7 @@
                         Text(getDateComponents(.day, date))
                             .font(.title)
                             .fontWeight(.semibold)
-                            .foregroundColor(Color("default"))
+                            .foregroundColor(Color(.systemBlue))
                         
                         Text(getDateComponents(.year, date))
                             .font(.caption)
@@ -36,7 +36,7 @@
                             .lineLimit(1)
                             .font(.headline)
                         
-                        Text(transaction.reportedTitle ?? "-")
+                        Text(transaction.reportedTitle?.capitalized ?? "-")
                     }
                     
                     Spacer()