We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e542a commit 2fc240fCopy full SHA for 2fc240f
lib/widgets/taskdetails/tags_widget.dart
@@ -179,6 +179,15 @@ class TagsRouteState extends State<TagsRoute> {
179
),
180
181
floatingActionButton: FloatingActionButton(
182
+ backgroundColor: AppSettings.isDarkMode
183
+ ? TaskWarriorColors.black
184
+ : TaskWarriorColors.white,
185
+ foregroundColor: AppSettings.isDarkMode
186
+ ? TaskWarriorColors.white
187
+ : TaskWarriorColors.black,
188
+ splashColor: AppSettings.isDarkMode
189
190
191
heroTag: "btn4",
192
onPressed: () {
193
final formKey = GlobalKey<FormState>();
0 commit comments