mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-05 02:50:44 +00:00
Adjust padding for accent Box in ShelfComponents
This commit is contained in:
parent
b1c9d08435
commit
a3f331f4f8
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ private fun NuvioShelfSectionHeader(
|
|||
if (showAccent) {
|
||||
Box(
|
||||
modifier = Modifier
|
||||
.padding(top = NuvioTokens.Space.s6)
|
||||
.padding(top = NuvioTokens.Space.s2)
|
||||
.width(NuvioTokens.Space.s64 - NuvioTokens.Space.s4)
|
||||
.height(NuvioTokens.Space.s4)
|
||||
.background(
|
||||
|
|
|
|||
Loading…
Reference in a new issue