mirror of
https://github.com/filecoin-project/slate.git
synced 2025-01-01 05:38:20 +03:00
centered text for link loading state
This commit is contained in:
parent
0eaa6167b9
commit
f10d0b1dc0
@ -29,7 +29,9 @@ export default function LinkLoading({ file }) {
|
|||||||
<img src={image} style={{ width: "100%" }} />
|
<img src={image} style={{ width: "100%" }} />
|
||||||
</div>
|
</div>
|
||||||
<div css={Styles.VERTICAL_CONTAINER_CENTERED}>
|
<div css={Styles.VERTICAL_CONTAINER_CENTERED}>
|
||||||
<System.H3 style={{ marginBottom: 16, color: Constants.semantic.textBlack }}>
|
<System.H3
|
||||||
|
style={{ marginBottom: 16, color: Constants.semantic.textBlack, textAlign: "center" }}
|
||||||
|
>
|
||||||
{name}
|
{name}
|
||||||
</System.H3>
|
</System.H3>
|
||||||
<span style={{ marginBottom: 16 }}>
|
<span style={{ marginBottom: 16 }}>
|
||||||
|
Loading…
Reference in New Issue
Block a user