LikeRepostRowView: Color icons based on notification type
Color the like and repost icons in the notification row to match their standard colors elsewhere in the app.
- Likes are now colored with `MaterialTheme.colorScheme.error` (typically red).
- Reposts are now colored with `MaterialTheme.colorScheme.inverseSurface` (typically green).