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

Commit 389053ea authored by Andre Le's avatar Andre Le
Browse files

DesktopStatusBar: Vertical align date and time

Bug: 435163626
Test: manual
Flag: com.android.systemui.status_bar_for_desktop
Change-Id: I6da39af93c5db502b079284addf1a912725ae80c
parent 63d43632
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -99,7 +99,8 @@ fun DesktopStatusBar(
                    Arrangement.spacedBy(
                        DesktopStatusBar.Dimensions.ElementSpacing,
                        Alignment.Start,
                    )
                    ),
                verticalAlignment = Alignment.CenterVertically,
            ) {
                ClockLegacy(textColor = tint, onClick = null)