mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
80de3f75eb
fixes #3714
16 lines
248 B
QML
16 lines
248 B
QML
import QtQuick 2.13
|
|
import QtQuick.Controls 2.13
|
|
|
|
import "../../../../shared/status"
|
|
|
|
StatusRoundButton {
|
|
id: btnAdd
|
|
|
|
width: 36
|
|
height: 36
|
|
icon.name: "plusSign"
|
|
pressedIconRotation: 45
|
|
size: "medium"
|
|
type: "secondary"
|
|
}
|