Remove useless comment

This commit is contained in:
Yannick Mauray 2021-11-14 23:30:03 +01:00
parent 0d08f67acd
commit 20c97e1906
No known key found for this signature in database
GPG Key ID: 67C4AAC5E99CB909
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class HomePageButton extends StatelessWidget {
),
ElevatedButton(
style: ElevatedButton.styleFrom(
primary: Theme.of(context).canvasColor, //Theme.of(context).canvasColor
primary: Theme.of(context).canvasColor,
onPrimary: Theme.of(context).brightness == Brightness.dark ? Colors.white70 : Theme.of(context).colorScheme.primary,
),
onPressed: onPressed,