revert Font update
This commit is contained in:
2026-08-01 01:22:26 +03:00
parent cf0c371a19
commit 12e4589a61
12 changed files with 65 additions and 72 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
use crate::lang::KanaSet;
use crate::Page::PreviousPage;
use crate::{jl_text_input, NavigatedPage, Page, RootMessage, DEFAULT_SPACING, USER_FONT};
use crate::{NavigatedPage, Page, RootMessage, DEFAULT_SPACING, USER_FONT};
use iced::widget::*;
use iced::{alignment, Element, Fill, Task};
use rand::seq::SliceRandom;
@@ -113,7 +113,7 @@ impl QuizState {
]
.align_y(alignment::Vertical::Center)
.spacing(20),
jl_text_input("Романдзи", &self.current_roman)
text_input("Романдзи", &self.current_roman)
.size(28)
.width(150)
.on_input(QuizMessage::ContentChanged),