Skip to content

Commit

Permalink
Tweak tools tab screen
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Dec 6, 2023
1 parent f3450d8 commit 4f868b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/src/view/tools/tools_tab_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@ class _Body extends StatelessWidget {
Padding(
padding: Styles.bodySectionPadding,
child: CardButton(
icon: Icon(
icon: const Icon(
Icons.biotech,
size: 44,
color: defaultTargetPlatform == TargetPlatform.iOS
? LichessColors.brag
: Theme.of(context).colorScheme.primary,
color: LichessColors.brag,
),
title: Text(
context.l10n.analysis,
Expand Down

0 comments on commit 4f868b9

Please sign in to comment.