Skip to content

Commit

Permalink
Remove red border for Epg Gallery.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid committed Jun 1, 2024
1 parent a2ac036 commit 75c8268
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import androidx.compose.animation.fadeIn
import androidx.compose.animation.fadeOut
import androidx.compose.animation.slideInVertically
import androidx.compose.animation.slideOutVertically
import androidx.compose.foundation.border
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
Expand All @@ -35,7 +34,6 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.AnnotatedString
import androidx.compose.ui.unit.dp
import androidx.hilt.navigation.compose.hiltViewModel
import androidx.lifecycle.compose.LifecycleResumeEffect
import androidx.lifecycle.compose.collectAsStateWithLifecycle
Expand Down Expand Up @@ -184,9 +182,7 @@ private fun PlaylistConfigurationScreen(
manifest = manifest,
contentPadding = inner,
onUpdateEpgPlaylist = onUpdateEpgPlaylist,
modifier = Modifier
.fillMaxWidth()
.border(2.dp, Color.Red)
modifier = Modifier.fillMaxWidth()
)
}

Expand Down

0 comments on commit 75c8268

Please sign in to comment.