diff --git a/src/commoncomponents/MaterialButton.qml b/src/commoncomponents/MaterialButton.qml index 69903a6e01aea1176b7bff9ef5c97d044b9eee15..d0ffd3f6b62961766587fc48f730f270b8098df9 100644 --- a/src/commoncomponents/MaterialButton.qml +++ b/src/commoncomponents/MaterialButton.qml @@ -43,6 +43,7 @@ Button { property int elide: Text.ElideRight font.kerning: true + font.pointSize: JamiTheme.textFontSize hoverEnabled: hoveredColor !== undefined diff --git a/src/mainview/components/AccountComboBoxPopup.qml b/src/mainview/components/AccountComboBoxPopup.qml index 90aa0ef4aec8fba236595104f3c0a5ae2deb4c28..e916e001166b86f2c92f4875a5da82c647cd641d 100644 --- a/src/mainview/components/AccountComboBoxPopup.qml +++ b/src/mainview/components/AccountComboBoxPopup.qml @@ -164,6 +164,7 @@ Popup { } text: qsTr("Add Account") + "+" + font.pointSize: JamiTheme.textFontSize onClicked: { comboBoxPopup.close()