push web
This commit is contained in:
@@ -6,7 +6,7 @@ import api_client
|
||||
class TakeTestPage(ft.Column):
|
||||
def __init__(self, page: ft.Page):
|
||||
self._page = page
|
||||
self._loading = ft.ProgressRing(width=ds.s(40), height=ds.s(40), color=ds.clolors.laer1)
|
||||
self._loading = ft.ProgressRing(width=ds.s(40), height=ds.s(40), color=ds.colors.secondary_light)
|
||||
super().__init__(
|
||||
alignment=ft.MainAxisAlignment.CENTER,
|
||||
horizontal_alignment=ft.CrossAxisAlignment.CENTER,
|
||||
@@ -29,7 +29,7 @@ class TakeTestPage(ft.Column):
|
||||
ft.Container(
|
||||
border_radius=ds.s(12),
|
||||
padding=ds.s(16),
|
||||
bgcolor=ds.clolors.laer2,
|
||||
bgcolor=ds.colors.surface,
|
||||
content=ft.Column(
|
||||
spacing=ds.s(6),
|
||||
controls=[
|
||||
|
||||
Reference in New Issue
Block a user