Skip to content

Commit

Permalink
chore: Change FontSize of Log
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Oct 13, 2023
1 parent 4f9a1e0 commit ea176b8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ import androidx.compose.ui.text.input.KeyboardType
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import androidx.lifecycle.compose.collectAsStateWithLifecycle
import kotlinx.coroutines.delay
import kotlinx.coroutines.isActive
Expand Down Expand Up @@ -571,6 +572,7 @@ fun DataBrokerOutput(viewModel: OutputViewModel, modifier: Modifier = Modifier)
.fillMaxWidth()
.padding(start = DefaultElementPadding, end = DefaultElementPadding),
text = outputElement,
fontSize = 14.sp,
textAlign = TextAlign.Start,
onTextLayout = {
scope.launch {
Expand Down

0 comments on commit ea176b8

Please sign in to comment.