File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ impl Component for Topbar {
58
58
} ) ;
59
59
div ( )
60
60
. class ( "topbar-wrapper" )
61
+ . style ( style:: BACKGROUND_COLOR , self . background_color )
61
62
. child ( TopbarBrand {
62
63
logo_element : self . logo ,
63
64
logo_href : self . logo_href ,
Original file line number Diff line number Diff line change 20
20
grid-template-rows : auto;
21
21
grid-template-columns : 250px minmax (0 , 1fr ) 250px ;
22
22
grid-template-areas : "left center right" ;
23
+ height : 100% ;
23
24
}
24
25
}
25
26
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ impl Component for Topbar {
77
77
} ,
78
78
] ;
79
79
ui:: Topbar :: new ( )
80
- . background_color ( ui:: colors:: HEADER . to_owned ( ) )
80
+ . background_color ( ui:: colors:: SURFACE . to_owned ( ) )
81
81
. dropdown_background_color ( ui:: colors:: SURFACE . to_owned ( ) )
82
82
. items ( topbar_items)
83
83
. logo ( Logo :: new ( ) . into_node ( ) )
You can’t perform that action at this time.
0 commit comments