Skip to content

Commit

Permalink
Merge pull request #58 from egorikftp/v1.2.4
Browse files Browse the repository at this point in the history
Update QuickActionsPopup background
  • Loading branch information
egorikftp committed Sep 12, 2023
2 parents 8d077ff + 5e3e6e6 commit fd50e19
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import androidx.compose.material.icons.filled.MoreVert
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.getValue
import androidx.compose.runtime.setValue
Expand Down Expand Up @@ -87,7 +86,7 @@ fun QuickActionsPopup(
.padding(1.dp)
.clip(shape = RoundedCornerShape(percent))
.noIndicationClick()
.background(MaterialTheme.colorScheme.surfaceColorAtElevation(3.dp))
.background(MaterialTheme.colorScheme.surfaceSurfaceVariant)
.animateContentSize(animationSpec = spring(Spring.DampingRatioLowBouncy))
) {
AnimatedVisibility(
Expand Down

0 comments on commit fd50e19

Please sign in to comment.