mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
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: {
|
onReleased: {
|
||||||
parent.color = Style.current.grey
|
parent.color = Style.current.backgroundHover
|
||||||
}
|
}
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if (textToCopy) {
|
if (textToCopy) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user