mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-29 12:06:31 +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%" }} />
|
||||
</div>
|
||||
<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}
|
||||
</System.H3>
|
||||
<span style={{ marginBottom: 16 }}>
|
||||
|
Loading…
Reference in New Issue
Block a user