summaryrefslogtreecommitdiff
path: root/wasp
diff options
context:
space:
mode:
Diffstat (limited to 'wasp')
-rw-r--r--wasp/widgets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/widgets.py b/wasp/widgets.py
index e3019bb..21bffe3 100644
--- a/wasp/widgets.py
+++ b/wasp/widgets.py
@@ -439,6 +439,7 @@ class ConfirmationView:
mute(True)
draw.set_color(wasp.system.theme('bright'))
+ draw.set_font(fonts.sans24)
draw.fill()
draw.string(message, 0, 60)
self._yes.draw()