1
1

fix typo in opacity class

This commit is contained in:
2020-03-01 20:22:05 +01:00
parent 4de9609f51
commit eda341a66a

View File

@@ -57,7 +57,7 @@ class DailyStat:
else:
self.color_class = "red"
if self.date == today:
self.opacity_class = "hightlighted"
self.opacity_class = "highlighted"
elif self.balance_amount or self.actual_transactions:
self.opacity_class = "strong"