Button restyle

This commit is contained in:
2026-08-01 17:16:58 +03:00
parent d9bd1b1b86
commit 4d6de8a02c
12 changed files with 82 additions and 63 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ impl QuizState {
.size(25),
]
.spacing(DEFAULT_SPACING),
button("Закончить").on_press(QuizMessage::Back),
button("Закончить").style(jl_button).on_press(QuizMessage::Back),
]
.spacing(DEFAULT_SPACING)
.align_x(alignment::Horizontal::Center),