Fixed copy button of the invite link in dark mode. Fixes #1913
This commit is contained in:
parent
4c31a97db8
commit
604200639b
|
@ -47,7 +47,7 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
onReleased: {
|
||||
parent.color = Style.current.grey
|
||||
parent.color = Style.current.backgroundHover
|
||||
}
|
||||
onClicked: {
|
||||
if (textToCopy) {
|
||||
|
|
Loading…
Reference in New Issue