File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/Masa.Stack.Components/Extensions Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -89,12 +89,13 @@ private static async Task AddMasaStackComponentsServiceAsync(IServiceCollection
89
89
options . ConfigureTheme ( theme =>
90
90
{
91
91
theme . Themes . Light . Primary = "#4318FF" ;
92
- theme . Themes . Light . Accent = "#4318FF " ;
93
- theme . Themes . Light . Error = "#FF5252 " ;
92
+ theme . Themes . Light . Accent = "#006c4f " ;
93
+ theme . Themes . Light . Error = "#ba1a1a " ;
94
94
theme . Themes . Light . Success = "#00B42A" ;
95
- theme . Themes . Light . Warning = "#FF7D00 " ;
95
+ theme . Themes . Light . Warning = "#FF5252 " ;
96
96
theme . Themes . Light . Info = "#37A7FF" ;
97
97
theme . Themes . Light . Surface = "#F0F3FA" ;
98
+ theme . Themes . Light . UserDefined [ "reminder" ] = new ColorPairing ( "#FF7D00" , "#FFFFFF" ) ;
98
99
} ) ;
99
100
options . Defaults = new Dictionary < string , IDictionary < string , object ? > ? >
100
101
{
You can’t perform that action at this time.
0 commit comments