Преглед изворни кода

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

t0ng7u пре 7 месеци
родитељ
комит
0d005df463
1 измењених фајлова са 1 додато и 1 уклоњено
  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>
         );