Commit 3e42c9ac authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Use `Icon` in `LoggedOutMessage`

parent 487b2e41
import { LinkButton, SvgIcon } from '@hypothesis/frontend-shared'; import { LinkButton, Icon } from '@hypothesis/frontend-shared';
import { useStoreProxy } from '../store/use-store'; import { useStoreProxy } from '../store/use-store';
...@@ -46,7 +46,7 @@ function LoggedOutMessage({ onLogin }) { ...@@ -46,7 +46,7 @@ function LoggedOutMessage({ onLogin }) {
aria-label="Hypothesis homepage" aria-label="Hypothesis homepage"
title="Hypothesis homepage" title="Hypothesis homepage"
> >
<SvgIcon name="logo" className="LoggedOutMessage__logo-icon" /> <Icon name="logo" classes="u-icon--xlarge hyp-u-color--grey-7" />
</a> </a>
</div> </div>
</div> </div>
......
...@@ -24,13 +24,3 @@ ...@@ -24,13 +24,3 @@
@include layout.row(center); @include layout.row(center);
margin-top: 25px; margin-top: 25px;
} }
.LoggedOutMessage__logo-icon {
width: 30px;
height: 30px;
color: var.$grey-mid;
&:hover {
color: var.$grey-7;
}
}
...@@ -57,6 +57,11 @@ ...@@ -57,6 +57,11 @@
@include utils.icon--large; @include utils.icon--large;
} }
.u-icon--xlarge {
width: 30px;
height: 30px;
}
// Misc // Misc
// Make element content invisible except to assistive technology // Make element content invisible except to assistive technology
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment