Skip to content

Commit

Permalink
refactor(ResourceActivity): change watch button icon
Browse files Browse the repository at this point in the history
  • Loading branch information
urFate committed Apr 15, 2024
1 parent ef20d4b commit 0b3ff78
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import androidx.compose.material.icons.outlined.FavoriteBorder
import androidx.compose.material.icons.outlined.LiveTv
import androidx.compose.material.icons.outlined.MoreVert
import androidx.compose.material.icons.outlined.MovieCreation
import androidx.compose.material.icons.outlined.PlayArrow
import androidx.compose.material.icons.rounded.PlayArrow
import androidx.compose.material.pullrefresh.PullRefreshIndicator
import androidx.compose.material.pullrefresh.pullRefresh
import androidx.compose.material.pullrefresh.rememberPullRefreshState
Expand Down Expand Up @@ -362,9 +362,9 @@ fun Resource(

) {
Icon(
Icons.Outlined.PlayArrow,
imageVector = Icons.Rounded.PlayArrow,
contentDescription = "Play button icon",
modifier = Modifier.size(ButtonDefaults.IconSize)
modifier = Modifier.size(24.dp)
)
Spacer(Modifier.size(ButtonDefaults.IconSpacing))
Text(
Expand Down

0 comments on commit 0b3ff78

Please sign in to comment.