Fix accent and input colors

This commit is contained in:
miruka
2019-08-27 22:44:41 -04:00
parent 9b83b91d9d
commit 77dbc3a502
2 changed files with 7 additions and 6 deletions

View File

@@ -2,6 +2,7 @@ import QtQuick 2.12
import QtQuick.Controls 2.12
HRectangle {
color: buttonTheme.background
opacity: loading ? theme.loadingElementsOpacity :
enabled ? 1 : theme.disabledElementsOpacity