Remove useless comment
This commit is contained in:
parent
0d08f67acd
commit
20c97e1906
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue