fix(Onboarding): Increase text sizes

Closes: #5835
This commit is contained in:
Boris Melnik 2022-05-23 12:03:57 +03:00 committed by Iuri Matias
parent aa1dae9e20
commit 3af262e2d0
2 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,7 @@ OnboardingBasePage {
id: seedLink
Layout.alignment: Qt.AlignHCenter
color: Theme.palette.primaryColor1
font.pixelSize: 15
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor

View File

@ -91,6 +91,7 @@ OnboardingBasePage {
Layout.alignment: Qt.AlignHCenter
color: Theme.palette.primaryColor1
text: qsTr("I prefer to use my password")
font.pixelSize: 15
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor