From d14acf54ae6bac34db32e59d9781c80e06b4b18d Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 4 Oct 2020 01:36:27 +0300 Subject: AccountsPage: do not set button colors --- qml/AccountsPage.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/qml/AccountsPage.qml b/qml/AccountsPage.qml index aa9c6f6..f597807 100644 --- a/qml/AccountsPage.qml +++ b/qml/AccountsPage.qml @@ -58,7 +58,6 @@ Kirigami.Page { Button { width: 100 - palette.button: "light green" text: "Select" onClicked: { while (pageStack.depth > 1) { @@ -76,7 +75,6 @@ Kirigami.Page { Button { width: 100 - palette.button: "red" text: "Delete" onClicked: accountsModel.removeAccount(model.number) } -- cgit v1.2.3-54-g00ecf