Merge pull request #700 from cypherstack/ui-fixes

remove expanded
This commit is contained in:
julian-CStack 2023-11-02 10:09:12 -06:00 committed by GitHub
commit e55bcab876
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -284,7 +284,6 @@ class _TorSettingsState extends ConsumerState<TorSettings> {
),
Padding(
padding: const EdgeInsets.all(10.0),
child: Expanded(
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
@ -293,8 +292,8 @@ class _TorSettingsState extends ConsumerState<TorSettings> {
children: [
Text(
"Tor killswitch",
style: STextStyles.desktopTextExtraExtraSmall(
context)
style:
STextStyles.desktopTextExtraExtraSmall(context)
.copyWith(
color: Theme.of(context)
.extension<StackColors>()!
@ -359,8 +358,7 @@ class _TorSettingsState extends ConsumerState<TorSettings> {
context)
.copyWith(
color: Theme.of(context)
.extension<
StackColors>()!
.extension<StackColors>()!
.textDark3,
),
),
@ -397,7 +395,6 @@ class _TorSettingsState extends ConsumerState<TorSettings> {
],
),
),
),
],
),
),