File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/designsystem/src/main/kotlin/io/github/shinhyo/brba/core/ui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ import androidx.compose.foundation.layout.size
2323import androidx.compose.material.icons.Icons
2424import androidx.compose.material.icons.filled.Favorite
2525import androidx.compose.material.icons.filled.FavoriteBorder
26- import androidx.compose.material.ripple.rememberRipple
2726import androidx.compose.material3.Icon
27+ import androidx.compose.material3.ripple
2828import androidx.compose.runtime.Composable
2929import androidx.compose.runtime.remember
3030import androidx.compose.ui.Modifier
@@ -49,7 +49,7 @@ fun BrbaIconFavorite(
4949 .clickable(
5050 onClick = onClick,
5151 interactionSource = remember { MutableInteractionSource () },
52- indication = rememberRipple (bounded = false ),
52+ indication = ripple (bounded = false ),
5353 ),
5454 )
5555}
You can’t perform that action at this time.
0 commit comments