We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5794f91 commit d8d9ec6Copy full SHA for d8d9ec6
src/main.tsx
@@ -28,7 +28,7 @@ const App = () => {
28
]
29
30
return (
31
- <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 }}>
32
<div style={{ padding: '24px 0', width: '60%' }}>
33
<UsageBar showFallbackColors items={itemsToDisplay} total={100} />
34
</div>
0 commit comments