Skip to content

Commit

Permalink
added underlined markup text on buttons of warning_wipe_screen
Browse files Browse the repository at this point in the history
  • Loading branch information
qlrd committed Aug 25, 2024
1 parent 5b462fa commit 920cb0e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/app/screens/warning_wipe_screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,13 @@ def make_label_text(self):
"[/size]",
"\n",
"\n",
f"[size={sizes[0]}]"
f"[color=#00FF00][ref=WipeScreen]{proceed}[/ref][/color]",
f"[size={sizes[0]}]" "[color=#00FF00]",
f"[ref=WipeScreen][u]{proceed}[/u][/ref]",
"[/color]",
" ",
f"[color=#FF0000][ref=MainScreen]{back}[/ref][/color]" "[/size]",
"[color=#FF0000]",
f"[ref=MainScreen][u]{back}[/u][/ref]",
"[/color]",
"[/size]",
]
)

0 comments on commit 920cb0e

Please sign in to comment.