sync mvp-dev to main #2

Merged
Typhus merged 85 commits from mvp-dev into main 2025-01-23 19:25:01 +00:00
Showing only changes of commit 5eca3d25cf - Show all commits

View File

@ -1,6 +1,6 @@
from typing import Optional
from rio import Column, Component, event, Text, TextStyle, Button, Color, Spacer, Revealer, Row, ProgressCircle
from rio import Column, Component, event, Text, TextStyle, Button, Color, Revealer, Row, ProgressCircle
from src.ez_lan_manager import ConfigurationService, UserService, AccountingService
from src.ez_lan_manager.components.MainViewContentBox import MainViewContentBox
@ -59,7 +59,7 @@ class AccountPage(Component):
"Verwendungszweck:",
style=TextStyle(
fill=self.session.theme.background_color,
font_size=0.78
font_size=0.7
),
margin=0,
margin_bottom=1,