Skip to content

Commit

Permalink
Fixed button text displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
1250890838 authored and DavidLazarescu committed Feb 21, 2024
1 parent 4e70aae commit 1b5889e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentation/settings/accountPage/MAccountPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ MFlickWrapper {
backgroundColor: "transparent"
opacityOnPressed: 0.7
text: qsTr("Logout")
textColor: Style.colorFocusedButtonText
textColor: Style.colorUnfocusedButtonText
fontWeight: Font.Bold
fontSize: Fonts.size12

Expand Down

0 comments on commit 1b5889e

Please sign in to comment.