mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-26 02:24:44 +03:00
fix(Jumper/ObjectPreview): fix CheckCircle alignment
This commit is contained in:
parent
3d116e79a2
commit
9baff7f749
@ -164,7 +164,7 @@ function ObjectPreview({ file }) {
|
||||
style={{ color: Constants.system.green, width: "100%" }}
|
||||
>
|
||||
<div>
|
||||
<SVG.CheckCircle />
|
||||
<SVG.CheckCircle style={{ display: "block" }} />
|
||||
</div>
|
||||
<div style={{ marginLeft: 12, marginRight: 12 }}>
|
||||
<AnimateSharedLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user