Skip to content

Commit

Permalink
Modify rewards total
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodimarco-dfinity committed Aug 22, 2024
1 parent 9277444 commit 90fa192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function WidgetGauge({ value, title }: { value: number, title: string })
alignItems: 'center',
justifyContent: 'center',
width: '150px',
height: '180px',
height: '160px',
bgcolor: 'background.paper',
borderRadius: '10px'
}}
Expand Down

0 comments on commit 90fa192

Please sign in to comment.