File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/apps/backoffice/components Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ export class UmbBackofficeHeaderLogoElement extends UmbLitElement {
44
44
UmbTextStyles ,
45
45
css `
46
46
# logo {
47
+ display : var (--umb-header-logo-display , inline);
47
48
--uui-button-padding-top-factor : 1 ;
48
49
--uui-button-padding-bottom-factor : 0.5 ;
49
50
margin-right : var (--uui-size-space-2 );
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export class UmbBackofficeHeaderElement extends UmbLitElement {
20
20
}
21
21
22
22
# appHeader {
23
- background-color : var (--uui-color-header-surface );
23
+ background-color : var (--umb-header-background-color , var ( -- uui-color-header-surface) );
24
24
display : flex;
25
25
align-items : center;
26
26
justify-content : space-between;
You can’t perform that action at this time.
0 commit comments