Skip to content

Commit

Permalink
Change favourite from star to heart
Browse files Browse the repository at this point in the history
  • Loading branch information
shorthouse committed Oct 28, 2023
1 parent b683c72 commit 53f20d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.size
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.rounded.StarOutline
import androidx.compose.material.icons.rounded.FavoriteBorder
import androidx.compose.material3.Icon
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.Text
Expand Down Expand Up @@ -35,7 +35,7 @@ fun FavouritesEmptyState(modifier: Modifier = Modifier) {
)

Icon(
imageVector = Icons.Rounded.StarOutline,
imageVector = Icons.Rounded.FavoriteBorder,
contentDescription = stringResource(R.string.cd_top_bar_favourite),
tint = MaterialTheme.colorScheme.onSurfaceVariant,
modifier = Modifier
Expand Down

0 comments on commit 53f20d1

Please sign in to comment.