Skip to content

Commit

Permalink
1 small fix + redesign thoughts
Browse files Browse the repository at this point in the history
  • Loading branch information
dan63047 committed Aug 1, 2024
1 parent 31659d6 commit b93898c
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 191 deletions.
3 changes: 2 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ ThemeData theme = ThemeData(
colorScheme: const ColorScheme.dark(
primary: Colors.cyanAccent,
surface: Color.fromARGB(255, 10, 10, 10),
secondary: Colors.white
secondary: Colors.white,
),
cardTheme: CardTheme(surfaceTintColor: Color.fromARGB(255, 10, 10, 10)),
scaffoldBackgroundColor: Colors.black
);

Expand Down
Loading

0 comments on commit b93898c

Please sign in to comment.