mod design gradient, like on home-page
This commit is contained in:
parent
587b92409d
commit
4cee96408b
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<MudLayout>
|
||||
|
||||
<MudAppBar Elevation="1" Dense="true">
|
||||
<MudAppBar Elevation="1" Dense="true" Style="background: linear-gradient(135deg, #1a365d 0%, #2d5a4d 100%); color: white;">
|
||||
<MudIconButton Icon="@Icons.Material.Filled.Menu" Color="Color.Inherit" Edge="Edge.Start" OnClick="ToggleDrawer" />
|
||||
<MudText Typo="Typo.h6">KOOGLE</MudText>
|
||||
<MudSpacer/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue