mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 15:24:39 +00:00
bee54e628f
Fixes #2608
13 lines
402 B
QML
13 lines
402 B
QML
import QtQuick 2.13
|
|
import "../../imports"
|
|
import "../../shared"
|
|
|
|
StatusIconButton {
|
|
id: moreActionsBtn
|
|
anchors.verticalCenter: parent.verticalCenter
|
|
icon.name: "dots-icon"
|
|
iconColor: Style.current.contextMenuButtonForegroundColor
|
|
hoveredIconColor: Style.current.contextMenuButtonForegroundColor
|
|
highlightedBackgroundColor: Style.current.contextMenuButtonBackgroundHoverColor
|
|
}
|