import QtQuick import QtQuick.Controls.Basic as Control import QtQuick.Effects import QtQuick.Layouts import Linphone Button { id: mainItem textSize: Typography.b2.pixelSize textWeight: Typography.b2.weight color: DefaultStyle.main1_100 textColor: DefaultStyle.main1_500_main leftPadding: 12 * DefaultStyle.dp rightPadding: 12 * DefaultStyle.dp topPadding: 6 * DefaultStyle.dp bottomPadding: 6 * DefaultStyle.dp }