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