mirror of
https://github.com/foss42/apidash.git
synced 2025-12-06 04:56:16 +08:00
fix: align clear OAuth2 session button to the right
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user