Skip to content

Commit

Permalink
workflow test run
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisUser committed Dec 3, 2023
1 parent 5794f91 commit d8d9ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const App = () => {
]

return (
<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', flexDirection: 'column', gap: 32, width: '100%', marginTop: 32 }}>
<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', flexDirection: 'column', gap: 32, width: '100%', marginTop: 24 }}>
<div style={{ padding: '24px 0', width: '60%' }}>
<UsageBar showFallbackColors items={itemsToDisplay} total={100} />
</div>
Expand Down

0 comments on commit d8d9ec6

Please sign in to comment.