Fixed copy button of the invite link in dark mode. Fixes #1913

This commit is contained in:
ace-smart 2021-02-25 19:28:56 +04:00 committed by Iuri Matias
parent 4c31a97db8
commit 604200639b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Rectangle {
}
}
onReleased: {
parent.color = Style.current.grey
parent.color = Style.current.backgroundHover
}
onClicked: {
if (textToCopy) {