mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
715ed2a918
Closes: #11600
10 lines
229 B
QML
10 lines
229 B
QML
import StatusQ.Components 0.1
|
|
import StatusQ.Controls 0.1
|
|
|
|
StatusEmojiAndColorComboBox {
|
|
type: StatusComboBox.Type.Secondary
|
|
size: StatusComboBox.Size.Small
|
|
implicitHeight: 44
|
|
defaultAssetName: "filled-account"
|
|
}
|