Commit 3c3247f7 by t0ng7u

🎨 feat(ui): Change TolenTables Progress Style `marginTop` 0 to 1px

parent 3df78868
......@@ -112,7 +112,7 @@ const TokensTable = () => {
stroke={getProgressColor(percent)}
aria-label='quota usage'
format={() => `${percent.toFixed(0)}%`}
style={{ width: '100%', marginTop: 0, marginBottom: 0 }}
style={{ width: '100%', marginTop: '1px', marginBottom: 0 }}
/>
</div>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment