push web
This commit is contained in:
@@ -9,7 +9,7 @@ class MyTestsView(ft.View):
|
||||
|
||||
back_btn = ft.IconButton(
|
||||
icon=ft.Icons.ARROW_BACK,
|
||||
icon_color=ds.clolors.ferst,
|
||||
icon_color=ds.colors.primary,
|
||||
on_click=lambda _: page.go(f"/user/{url_key}"),
|
||||
)
|
||||
|
||||
@@ -17,7 +17,7 @@ class MyTestsView(ft.View):
|
||||
|
||||
super().__init__(
|
||||
route=f"/my_tests/{url_key}",
|
||||
bgcolor=ds.clolors.background,
|
||||
bgcolor=ds.colors.background,
|
||||
horizontal_alignment=ft.CrossAxisAlignment.STRETCH,
|
||||
vertical_alignment=ft.MainAxisAlignment.START,
|
||||
scroll=ft.ScrollMode.AUTO,
|
||||
@@ -33,6 +33,7 @@ class MyTestsView(ft.View):
|
||||
text="Мои тесты",
|
||||
size=22,
|
||||
weight=ft.FontWeight.BOLD,
|
||||
expand=True,
|
||||
),
|
||||
]
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user