File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
<div class =" mat-layout-grid-inner" >
28
28
<div class =" mat-layout-grid-cell mat-layout-grid-cell-span-2" ></div >
29
29
<div class =" mat-layout-grid-cell mat-layout-grid-cell-span-8" >
30
- <MatButton Outlined =" true" Icon =" keyboard_arrow_left" Style =" margin-bottom:1em; margin- right: 1rem;" OnClick =' () => { NavigationManager.NavigateTo($""); }' >Back</MatButton >
30
+ <MatH5 >< MatButton Outlined =" true" Icon =" keyboard_arrow_left" Style =" margin-right: 1rem;" OnClick =' () => { NavigationManager.NavigateTo($""); }' >Back</MatButton ></ MatH5 >
31
31
<MatCard >
32
32
<MatCardContent class =" demo-mat-card-content" >
33
33
<h2 >Edit portfolio</h2 >
Original file line number Diff line number Diff line change 19
19
<div class =" mat-layout-grid-cell mat-layout-grid-cell-span-2" ></div >
20
20
<div class =" mat-layout-grid-cell mat-layout-grid-cell-span-8" >
21
21
22
- <MatButton Outlined =" true" Icon =" keyboard_arrow_left" Style =" margin-bottom:1em; margin- right: 1rem;" OnClick =' () => { NavigationManager.NavigateTo($""); }' >Back</MatButton >
22
+ <MatH5 >< MatButton Outlined =" true" Icon =" keyboard_arrow_left" Style =" margin-right: 1rem;" OnClick =' () => { NavigationManager.NavigateTo($""); }' >Back</MatButton ></ MatH5 >
23
23
<MatCard >
24
24
<MatCardContent class =" demo-mat-card-content" >
25
25
<h2 >New portfolio</h2 >
Original file line number Diff line number Diff line change 51
51
<div class =" mat-layout-grid-inner center" >
52
52
<div class =" mat-layout-grid-cell mat-layout-grid-cell-span-2" ></div >
53
53
<div class =" mat-layout-grid-cell mat-layout-grid-cell-span-8" >
54
- <MatButton Outlined =" true" Icon =" keyboard_arrow_left" Style =" margin-bottom : 1rem;" OnClick =' () => { NavigationManager.NavigateTo($"/portfolios/{ActivePortfolio.Id}"); }' >Back</MatButton >
54
+ <MatH5 >< MatButton Outlined =" true" Icon =" keyboard_arrow_left" Style =" margin-right : 1rem;" OnClick =' () => { NavigationManager.NavigateTo($"/portfolios/{ActivePortfolio.Id}"); }' >Back</MatButton >Portfolio Entry</ MatH5 >
55
55
<MatCard class =" demo-mat-card" >
56
56
<MatCardContent >
57
57
@if (ActivePortfolioEntry != null )
Original file line number Diff line number Diff line change 8
8
</MatAppBarRow >
9
9
</MatAppBar >
10
10
11
- <MatDrawerContainer >
11
+ <MatDrawerContainer style = " background-color : white ; " >
12
12
13
13
<MatDrawerContent >
14
14
<MatAppBarAdjust ></MatAppBarAdjust >
15
- <div class =" body-content" >
15
+ <div class =" body-content" style = " background-color : white ; " >
16
16
@Body
17
17
</div >
18
18
</MatDrawerContent >
You can’t perform that action at this time.
0 commit comments