dart format

This commit is contained in:
Fabian Freund
2026-01-02 08:06:55 +01:00
parent 380d0da58c
commit 2a061e3f86
9 changed files with 40 additions and 21 deletions
@@ -145,7 +145,8 @@ class GeneralSettingsScreen extends HookConsumerWidget {
style: switch (generalSettings.defaultCreateTabType) {
TabType.regular => null,
TabType.private => SegmentedButton.styleFrom(
selectedBackgroundColor: AppColors.privateSelectionOverlay,
selectedBackgroundColor:
AppColors.privateSelectionOverlay,
),
TabType.child => null,
},
@@ -206,7 +207,8 @@ class GeneralSettingsScreen extends HookConsumerWidget {
TabIntentOpenSetting.regular => null,
TabIntentOpenSetting.private =>
SegmentedButton.styleFrom(
selectedBackgroundColor: AppColors.privateSelectionOverlay,
selectedBackgroundColor:
AppColors.privateSelectionOverlay,
),
TabIntentOpenSetting.ask => null,
},