Add a hover and pressed to the visual indication of MyButton.

This commit is contained in:
Adam Treat
2023-05-30 19:58:37 -04:00
parent 122b14d526
commit 3e828e1e4b
2 changed files with 4 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ QtObject {
property color backgroundLight: "#343541"
property color backgroundLighter: "#444654"
property color backgroundLightest: "#7d7d8e"
property color buttonBorder: "#565869"
property color dialogBorder: "#d1d5db"
property color userColor: "#ec86bf"
property color assistantColor: "#10a37f"