diff options
Diffstat (limited to 'wasp/apps/heart.py')
| -rw-r--r-- | wasp/apps/heart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/apps/heart.py b/wasp/apps/heart.py index bff558e..b465cb4 100644 --- a/wasp/apps/heart.py +++ b/wasp/apps/heart.py @@ -45,7 +45,7 @@ class HeartApp(): 0, 6, width=240) # Graph is orange by default... - color = 0xffc0 + color = wasp.system.theme('spot1') # If the maths goes wrong lets show it in the chart! if spl > 100 or spl < -100: |
