diff --git a/src/ez_lan_manager/pages/Account.py b/src/ez_lan_manager/pages/Account.py index 7320736..eb585ec 100644 --- a/src/ez_lan_manager/pages/Account.py +++ b/src/ez_lan_manager/pages/Account.py @@ -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,