status-desktop/ui/imports/shared/controls/ClearButton.qml

14 lines
296 B
QML
Raw Normal View History

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"
}