fix typo in opacity class
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user