Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf55ff71 authored by cketti's avatar cketti
Browse files

Fix code style

parent ea32b932
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ fun ButtonFilled(
    ) {
        Material3Text(
            text = text,
            textAlign = TextAlign.Center
            textAlign = TextAlign.Center,
        )
    }
}