reformat code and write benchmark

This commit is contained in:
2026-05-12 16:57:05 +03:00
parent ee817a8e8c
commit 6d656c35e1
9 changed files with 367 additions and 62 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ impl RepetitionsState {
.style(move |_x: &Theme, _status| Style {
background: None,
text_color: if self.correct_filters[i.clone()] {
_x.palette().text
_x.palette().primary
} else {
_x.palette().warning
},