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

This commit is contained in:
t0ng7u
2025-07-13 19:34:20 +08:00
parent e3ef3ace29
commit 0d005df463

View File

@@ -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>
);