fix: broder colour wrong for tranches overview (#894)

This commit is contained in:
Dexter Edwards 2022-07-28 14:44:29 +01:00 committed by GitHub
parent 70aae5003d
commit 4f3409c106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ export const VestingTable = ({
{formatNumber(associated)} {formatNumber(associated)}
</KeyValueTableRow> </KeyValueTableRow>
</KeyValueTable> </KeyValueTable>
<div className="flex"> <div className="flex border-white border">
<div <div
className="bg-vega-pink h-16" className="bg-vega-pink h-16"
style={{ flex: lockedPercentage.toNumber() }} style={{ flex: lockedPercentage.toNumber() }}