diff --git a/web/components/answers/answers-graph.tsx b/web/components/answers/answers-graph.tsx index 1905818a..df56ab93 100644 --- a/web/components/answers/answers-graph.tsx +++ b/web/components/answers/answers-graph.tsx @@ -129,6 +129,7 @@ export const AnswersGraph = memo(function AnswersGraph(props: { itemWidth: isLargeWidth ? 288 : 138, itemHeight: 20, itemBackground: 'white', + itemOpacity: 0.9, symbolSize: 12, effects: [ { diff --git a/web/components/feed/activity-items.ts b/web/components/feed/activity-items.ts index 187d6e4f..a6a7f68f 100644 --- a/web/components/feed/activity-items.ts +++ b/web/components/feed/activity-items.ts @@ -314,7 +314,7 @@ export function getAllContractActivityItems( hideOutcome: !!filterToOutcome, abbreviated, smallAvatar: !!filterToOutcome, - reversed, + reversed: false, })) )