[SHARED] Update formatting
This commit is contained in:
@@ -82,7 +82,8 @@ fun TvHostScreen(uiState: HostViewModel.UiState) {
|
||||
Column(
|
||||
modifier = Modifier.fillMaxHeight().padding(spacingMedium).selectableGroup(),
|
||||
horizontalAlignment = Alignment.Start,
|
||||
verticalArrangement = Arrangement.spacedBy(spacingSmall, Alignment.CenterVertically),
|
||||
verticalArrangement =
|
||||
Arrangement.spacedBy(spacingSmall, Alignment.CenterVertically),
|
||||
) {
|
||||
buildTopLevelRoutes(isApplicationsVisible = uiState.isApplicationSectionVisible)
|
||||
.forEach { topLevelRoute ->
|
||||
|
||||
+2
-1
@@ -71,6 +71,7 @@ object CpuNavigationSuiteScaffoldDefault {
|
||||
MaterialTheme.colorScheme.surfaceVariant.copy(alpha = NOT_SELECTED_ALPHA),
|
||||
disabledIconColor =
|
||||
MaterialTheme.colorScheme.onPrimary.copy(alpha = NOT_SELECTED_ALPHA),
|
||||
disabledTextColor = MaterialTheme.colorScheme.onPrimary.copy(alpha = NOT_SELECTED_ALPHA),
|
||||
disabledTextColor =
|
||||
MaterialTheme.colorScheme.onPrimary.copy(alpha = NOT_SELECTED_ALPHA),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user