Skip to content

Commit

Permalink
ui fix for sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Sep 27, 2023
1 parent f50334d commit 80e6f29
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import androidx.compose.material3.ExperimentalMaterial3Api
import androidx.compose.material3.Icon
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.Text
import androidx.compose.material3.surfaceColorAtElevation
import androidx.compose.runtime.Composable
import androidx.compose.runtime.MutableState
import androidx.compose.runtime.getValue
Expand Down Expand Up @@ -93,9 +92,7 @@ fun AvailableColorTuplesSheet(
dragHandle = {
SimpleDragHandle {
Row(
modifier = Modifier
.fillMaxWidth()
.background(MaterialTheme.colorScheme.surfaceColorAtElevation(10.dp)),
modifier = Modifier.fillMaxWidth(),
verticalAlignment = Alignment.CenterVertically,
horizontalArrangement = Arrangement.Center
) {
Expand Down

0 comments on commit 80e6f29

Please sign in to comment.