Skip to content

Commit d8d9ec6

Browse files
committed
workflow test run
1 parent 5794f91 commit d8d9ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const App = () => {
2828
]
2929

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

0 commit comments

Comments
 (0)