diff --git a/MoneyMap/Pages/EditTransaction.cshtml b/MoneyMap/Pages/EditTransaction.cshtml index defed2f..1f60348 100644 --- a/MoneyMap/Pages/EditTransaction.cshtml +++ b/MoneyMap/Pages/EditTransaction.cshtml @@ -181,7 +181,7 @@ @if (item.LineItems.Any()) { -
| - + @(string.IsNullOrWhiteSpace(c.Category) ? "(uncategorized)" : c.Category) | @@ -139,7 +139,7 @@@t.Date.ToString("yyyy-MM-dd") |
- @t.Name
+ @t.Name
@if (t.ReceiptCount > 0)
{
@@ -157,7 +157,7 @@
}
else
{
- @t.Category
+ @t.Category
}
|
@t.CardLabel | @@ -196,7 +196,7 @@ }] }, options: { - plugins: { legend: { position: 'bottom' } }, + plugins: { legend: { position: 'bottom', labels: { color: '#adb5bd' } } }, maintainAspectRatio: false } }); @@ -215,8 +215,10 @@ }, options: { scales: { - y: { beginAtZero: true } + y: { beginAtZero: true, ticks: { color: '#adb5bd' }, grid: { color: 'rgba(255,255,255,0.1)' } }, + x: { ticks: { color: '#adb5bd' }, grid: { color: 'rgba(255,255,255,0.1)' } } }, + plugins: { legend: { labels: { color: '#adb5bd' } } }, maintainAspectRatio: false } }); diff --git a/MoneyMap/Pages/Receipts.cshtml b/MoneyMap/Pages/Receipts.cshtml index 57dbfa4..6e4f88f 100644 --- a/MoneyMap/Pages/Receipts.cshtml +++ b/MoneyMap/Pages/Receipts.cshtml @@ -36,7 +36,7 @@
| Receipt | Uploaded | @@ -340,7 +340,7 @@ @if (!string.IsNullOrWhiteSpace(r.Merchant) || r.ReceiptDate.HasValue || r.DueDate.HasValue || r.Total.HasValue) { -
|---|
| Select | Date | diff --git a/MoneyMap/Pages/Shared/_Layout.cshtml b/MoneyMap/Pages/Shared/_Layout.cshtml index a4e2278..d6611ef 100644 --- a/MoneyMap/Pages/Shared/_Layout.cshtml +++ b/MoneyMap/Pages/Shared/_Layout.cshtml @@ -1,5 +1,5 @@  - + @@ -10,7 +10,7 @@
|---|