default logo
This commit is contained in:
parent
3f4c601428
commit
71d9b0d973
2 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ export default function Logo(props: Props) {
|
||||||
const isMobile = useIsMobile();
|
const isMobile = useIsMobile();
|
||||||
const defaultWithLabel = (
|
const defaultWithLabel = (
|
||||||
<>
|
<>
|
||||||
<label>{LOGO_TITLE}</label>
|
|
||||||
<Icon icon={ICONS.LBRY} />
|
<Icon icon={ICONS.LBRY} />
|
||||||
|
<div className={'button__label'}>{LOGO_TITLE}</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,6 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
color: var(--color-text);
|
|
||||||
position: relative;
|
position: relative;
|
||||||
font-weight: var(--font-weight-bold);
|
font-weight: var(--font-weight-bold);
|
||||||
|
|
||||||
|
@ -132,6 +131,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-left: var(--spacing-m);
|
margin-left: var(--spacing-m);
|
||||||
margin-right: var(--spacing-m);
|
margin-right: var(--spacing-m);
|
||||||
|
color: var(--color-text);
|
||||||
// move to lbry theme?
|
// move to lbry theme?
|
||||||
.lbry-icon {
|
.lbry-icon {
|
||||||
height: var(--height-button);
|
height: var(--height-button);
|
||||||
|
|
Loading…
Reference in a new issue