dialog validation support
This commit is contained in:
@@ -9,7 +9,7 @@ public static class ThemeHelper
|
||||
{
|
||||
ApplyApplicationTheme(theme, getLightTheme, getDarkTheme, getDarkTheme);
|
||||
}
|
||||
|
||||
|
||||
[Obsolete()]
|
||||
public static void ApplyApplicationTheme(ApplicationTheme theme, Func<RadThemeComponentBase> getLightTheme, Func<RadThemeComponentBase> getDarkTheme, Func<RadThemeComponentBase> getGrayTheme)
|
||||
{
|
||||
@@ -43,7 +43,7 @@ public static class ThemeHelper
|
||||
themeToUse = ApplicationTheme.Dark;
|
||||
else
|
||||
themeToUse = ApplicationTheme.Gray;
|
||||
|
||||
|
||||
return getTheme(new(themeToUse, highContrast));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user