diff --git a/lib/screens/common_widgets/auth/oauth2_field.dart b/lib/screens/common_widgets/auth/oauth2_field.dart index 76b008b3..2ec52fe1 100644 --- a/lib/screens/common_widgets/auth/oauth2_field.dart +++ b/lib/screens/common_widgets/auth/oauth2_field.dart @@ -321,9 +321,12 @@ class _OAuth2FieldsState extends ConsumerState { ), ), ..._buildFieldWithSpacing( - ADTextButton( - label: kButtonClearOAuth2Session, - onPressed: clearStoredCredentials, + Align( + alignment: Alignment.centerRight, + child: ADTextButton( + label: kButtonClearOAuth2Session, + onPressed: clearStoredCredentials, + ), ), ), Divider(),