Skip to content

Commit

Permalink
Closes #199 Fixing Dark Mode on Feed Screen(remove Comments)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaccheaus Amenya authored and chepsi committed Oct 12, 2023
1 parent f380c5f commit 91e21e5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ fun FeedComponent(
.fillMaxWidth()
.padding(horizontal = 15.dp, vertical = 2.dp)
.wrapContentHeight(),
// shape = RoundedCornerShape(0.dp),
// colors = CardDefaults.cardColors(
// containerColor = ChaiLightGrey
// )
shape = RoundedCornerShape(5),
elevation = CardDefaults.cardElevation(defaultElevation = 2.dp),
colors = CardDefaults.cardColors(containerColor = MaterialTheme.colorScheme.onPrimary),
Expand Down

0 comments on commit 91e21e5

Please sign in to comment.