From ab7dd8dc00ba5ff0962cbfddeac128881148888f Mon Sep 17 00:00:00 2001 From: Elias Projahn Date: Wed, 11 Dec 2019 12:30:10 +0100 Subject: [PATCH] Theme FABs properly --- lib/app.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/app.dart b/lib/app.dart index 271e6ef..a0670f0 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -54,9 +54,10 @@ class _AppState extends State with SingleTickerProviderStateMixin { cursorColor: Colors.amber, textSelectionHandleColor: Colors.amber, toggleableActiveColor: Colors.amber, - // Added for sliders. Not everything seems to obey this. + // Added for sliders and FABs. Not everything seems to obey this. colorScheme: ColorScheme.dark( primary: Colors.amber, + secondary: Colors.amber, ), fontFamily: 'Libertinus Sans', ),