Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
evgfilim1 committed Jan 30, 2024
1 parent 4287e06 commit 9f3c408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/screens/settings/appearance.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ class AppearanceSettingsScreen extends StatelessWidget {
leading: const Icon(Icons.color_lens),
title: const Text("Основной цвет"),
subtitle: Text(
settings.colorSchemeType == ColorSchemeType.app
? "#${(settings.seedColor.value & 0xFFFFFF).toRadixString(16).padLeft(6, "0")}"
: "Системный",
settings.colorSchemeType == ColorSchemeType.app
? "#${(settings.seedColor.value & 0xFFFFFF).toRadixString(16).padLeft(6, "0")}"
: "Системный",
),
onTap: () => _setSeedColor(context, settings),
),
Expand Down

0 comments on commit 9f3c408

Please sign in to comment.