mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-16 04:18:08 +00:00
Remove settings sidebar border
This commit is contained in:
parent
b9c3e62eb0
commit
19f1e1a656
1 changed files with 0 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ package com.nuvio.app.features.settings
|
|||
|
||||
import com.nuvio.app.core.build.AppFeaturePolicy
|
||||
|
||||
import androidx.compose.foundation.BorderStroke
|
||||
import androidx.compose.foundation.background
|
||||
import androidx.compose.foundation.layout.Arrangement
|
||||
import androidx.compose.foundation.layout.BoxWithConstraints
|
||||
|
|
@ -808,7 +807,6 @@ private fun TabletSettingsScreen(
|
|||
.width(280.dp)
|
||||
.fillMaxSize(),
|
||||
color = MaterialTheme.colorScheme.surface,
|
||||
border = BorderStroke(1.dp, MaterialTheme.colorScheme.outlineVariant),
|
||||
) {
|
||||
Column(
|
||||
modifier = Modifier
|
||||
|
|
|
|||
Loading…
Reference in a new issue