Kaynağa Gözat

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

t0ng7u 7 ay önce
ebeveyn
işleme
0d005df463
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      web/src/components/table/TokensTable.js

+ 1 - 1
web/src/components/table/TokensTable.js

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