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

Commit 105bca89 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change style for Build number" into main

parents f2c59214 9dd71994
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ import androidx.compose.foundation.basicMarquee
import androidx.compose.foundation.focusable
import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.wrapContentWidth
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.Text
import androidx.compose.material3.minimumInteractiveComponentSize
import androidx.compose.runtime.Composable
@@ -52,6 +53,7 @@ fun BuildNumber(

        Text(
            text = buildNumber.value,
            style = MaterialTheme.typography.bodySmall,
            modifier =
                modifier
                    .focusable()