Skip to content

Commit

Permalink
ok it's a table...???
Browse files Browse the repository at this point in the history
  • Loading branch information
dan63047 committed Oct 5, 2024
1 parent 4df644f commit 52c0b67
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 75 deletions.
2 changes: 2 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ ThemeData theme = ThemeData(
shadowColor: WidgetStatePropertyAll(Colors.cyanAccent.shade200),
)
),
dividerColor: Color.fromARGB(50, 158, 158, 158),
dividerTheme: DividerThemeData(color: Color.fromARGB(50, 158, 158, 158)),
scaffoldBackgroundColor: Colors.black
);

Expand Down
Loading

0 comments on commit 52c0b67

Please sign in to comment.