@@ -52,7 +52,7 @@ protected override async Task OnInitializedAsync()
5252 {
5353 LayoutProperties = new LayoutProperties
5454 {
55- AppbarHeight = "32px " ,
55+ AppbarHeight = "36px " ,
5656 DrawerWidthLeft = "200px"
5757 } ,
5858
@@ -64,8 +64,6 @@ protected override async Task OnInitializedAsync()
6464 AppbarText = "#FFA500" ,
6565 Background = "#FFFFFF" ,
6666 Surface = "#FFFFFF" ,
67- TableStriped = "#FAFAFA" ,
68- TableHover = "#E3F2FD" ,
6967 LinesDefault = "#E0E0E0" ,
7068
7169 Success = "#43A047" ,
@@ -76,7 +74,8 @@ protected override async Task OnInitializedAsync()
7674 TextSecondary = "#616161" ,
7775 DrawerBackground = "#FFFFFF" ,
7876 DrawerText = "#212121" ,
79- ActionDefault = "#9E9E9E"
77+ ActionDefault = "#FFE2B0" ,
78+ HoverOpacity = 0.2
8079 } ,
8180
8281 PaletteDark = new PaletteDark ( )
@@ -87,8 +86,6 @@ protected override async Task OnInitializedAsync()
8786 AppbarText = "#FFA500" ,
8887 Background = "#212121" ,
8988 Surface = "#424242" ,
90- TableStriped = "#292929" ,
91- TableHover = "#37474F" ,
9289 LinesDefault = "#555555" ,
9390
9491 Success = "#66BB6A" ,
@@ -99,7 +96,8 @@ protected override async Task OnInitializedAsync()
9996 TextSecondary = "#B0BEC5" ,
10097 DrawerBackground = "#2C2C2C" ,
10198 DrawerText = "#FFFFFF" ,
102- ActionDefault = "#BDBDBD"
99+ ActionDefault = "#505050" ,
100+ HoverOpacity = 0.2
103101 }
104102 } ;
105103
0 commit comments