default logo

This commit is contained in:
zeppi 2021-07-25 18:40:53 -04:00 committed by jessopb
parent 3f4c601428
commit 71d9b0d973
2 changed files with 2 additions and 2 deletions

View file

@ -15,8 +15,8 @@ export default function Logo(props: Props) {
const isMobile = useIsMobile();
const defaultWithLabel = (
<>
<label>{LOGO_TITLE}</label>
<Icon icon={ICONS.LBRY} />
<div className={'button__label'}>{LOGO_TITLE}</div>
</>
);

View file

@ -58,7 +58,6 @@
justify-content: center;
align-items: center;
border-radius: var(--border-radius);
color: var(--color-text);
position: relative;
font-weight: var(--font-weight-bold);
@ -132,6 +131,7 @@
align-items: center;
margin-left: var(--spacing-m);
margin-right: var(--spacing-m);
color: var(--color-text);
// move to lbry theme?
.lbry-icon {
height: var(--height-button);