Use Black for code clarity.
This commit is contained in:
parent
a5515b01c1
commit
7dd797b595
1 changed files with 2 additions and 2 deletions
|
|
@ -209,7 +209,7 @@ fun MediaViewerView(
|
|||
}
|
||||
},
|
||||
colors = TopAppBarDefaults.topAppBarColors(
|
||||
containerColor = Color.Transparent.copy(alpha = 0.6f),
|
||||
containerColor = Color.Black.copy(alpha = 0.6f),
|
||||
),
|
||||
navigationIcon = { BackButton(onClick = onBackClick) },
|
||||
)
|
||||
|
|
@ -455,7 +455,7 @@ private fun MediaViewerTopBar(
|
|||
}
|
||||
},
|
||||
colors = TopAppBarDefaults.topAppBarColors(
|
||||
containerColor = Color.Transparent.copy(alpha = 0.6f),
|
||||
containerColor = Color.Black.copy(alpha = 0.6f),
|
||||
),
|
||||
navigationIcon = { BackButton(onClick = onBackClick) },
|
||||
actions = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue