mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 10:32:53 +00:00
14 lines
296 B
QML
14 lines
296 B
QML
|
import QtQuick 2.14
|
||
|
|
||
|
import StatusQ.Controls 0.1
|
||
|
import StatusQ.Core.Theme 0.1
|
||
|
|
||
|
StatusFlatRoundButton {
|
||
|
type: StatusFlatRoundButton.Type.Secondary
|
||
|
icon.name: "clear"
|
||
|
icon.width: 16
|
||
|
icon.height: 16
|
||
|
icon.color: Theme.palette.baseColor1
|
||
|
backgroundHoverColor: "transparent"
|
||
|
}
|