diff --git a/src/components/CreateLinkTile.scss b/src/components/CreateLinkTile.scss index 31d0259..e302aff 100644 --- a/src/components/CreateLinkTile.scss +++ b/src/components/CreateLinkTile.scss @@ -31,6 +31,11 @@ limitations under the License. > a { color: $foreground; + font-weight: bold; + font-size: 24px; + line-height: 32px; + text-align: left; + text-decoration: underline; } .createLinkReset { diff --git a/src/components/CreateLinkTile.tsx b/src/components/CreateLinkTile.tsx index 2b92455..35950fd 100644 --- a/src/components/CreateLinkTile.tsx +++ b/src/components/CreateLinkTile.tsx @@ -128,7 +128,9 @@ const LinkCreatedTile: React.FC = (props) => {
New link
Go back to matrix.to home page -

{props.link}

+ + {props.link} +