fix: align clear OAuth2 session button to the right

This commit is contained in:
Udhay-Adithya
2025-08-07 13:26:37 +05:30
parent 98d4b84493
commit 15368d825c

View File

@@ -321,11 +321,14 @@ class _OAuth2FieldsState extends ConsumerState<OAuth2Fields> {
), ),
), ),
..._buildFieldWithSpacing( ..._buildFieldWithSpacing(
ADTextButton( Align(
alignment: Alignment.centerRight,
child: ADTextButton(
label: kButtonClearOAuth2Session, label: kButtonClearOAuth2Session,
onPressed: clearStoredCredentials, onPressed: clearStoredCredentials,
), ),
), ),
),
Divider(), Divider(),
kVSpacer16, kVSpacer16,
..._buildFieldWithSpacing( ..._buildFieldWithSpacing(