Formatting of inline if statement

This commit is contained in:
Casper Lamboo 2022-03-07 10:44:24 +01:00 committed by GitHub
parent 58ca09e1c6
commit 11d7afe505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ Button
{
height: button.height
width: button.width
color: button.hovered ? UM.Theme.getColor("background_2"): UM.Theme.getColor("background_1")
color: button.hovered ? UM.Theme.getColor("background_2") : UM.Theme.getColor("background_1")
}
// Workaround to ensure that the mnemonic highlighting happens correctly