This commit is contained in:
2026-04-06 15:40:06 +05:00
parent 10fb240dcd
commit 7435992e15
21 changed files with 993 additions and 150 deletions

View File

@@ -44,7 +44,7 @@ class MainPageUser(ft.Column):
)
]
),
bgcolor=ds.clolors.laer2,
bgcolor=ds.colors.surface,
on_click=self.take_test,
ink=True,
),
@@ -74,7 +74,7 @@ class MainPageUser(ft.Column):
)
]
),
bgcolor=ds.clolors.laer2,
bgcolor=ds.colors.surface,
on_click=self.my_test,
ink=True,
)