Merge pull request #11 from status-im/typo_fixes

fix ModalHelpers.qml: fixed typos
This commit is contained in:
Boris Melnik 2021-10-15 15:15:59 +03:00 committed by GitHub
commit 96cc23fe2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import QtQuick 2.14
import StatusQ.Core 0.1
import StatusQ.Conntrols 0.1
import StatusQ.Controls 0.1
QtObject {
id: root
@ -15,8 +15,8 @@ QtObject {
Component {
id: headerComp
QtObject {
property StatusbBaseText title
property StatusbBaseText subtitle
property StatusBaseText title
property StatusBaseText subtitle
property StatusRoundImage avatar
property StatusFlatRoundButton closeBtn
property var actionButton