File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -200,9 +200,6 @@ class _ManageTaskServerState extends State<ManageTaskServer> {
200200 server = Taskrc .fromString (contents).server;
201201 credentials = Taskrc .fromString (contents).credentials;
202202 }
203- var color = AppSettings .isDarkMode
204- ? TaskWarriorColors .white
205- : TaskWarriorColors .kprimaryBackgroundColor;
206203 var tileColor = AppSettings .isDarkMode
207204 ? TaskWarriorColors .ksecondaryBackgroundColor
208205 : TaskWarriorColors .kLightSecondaryBackgroundColor;
@@ -834,9 +831,6 @@ class PemWidget extends StatefulWidget {
834831class _PemWidgetState extends State <PemWidget > {
835832 @override
836833 Widget build (BuildContext context) {
837- var color = AppSettings .isDarkMode
838- ? TaskWarriorColors .kprimaryTextColor
839- : TaskWarriorColors .kLightPrimaryTextColor;
840834 var contents = widget.storage.guiPemFiles.pemContents (widget.pem);
841835 var name = widget.storage.guiPemFiles.pemFilename (widget.pem);
842836 String identifier = "" ;
You can’t perform that action at this time.
0 commit comments