Removed unnecessary padding

This commit is contained in:
Abdelilah El Aissaoui 2022-10-29 00:27:39 +02:00
parent 6f2e10c400
commit a7134a31dd

View file

@ -83,7 +83,6 @@ fun Menu(
Spacer(modifier = Modifier.width(32.dp))
MenuButton(
modifier = Modifier.padding(end = 4.dp),
title = "Branch",
icon = painterResource("branch.svg"),
) {