+
+ Theme Presets
+ @if (ThemePresets is null || ThemePresets.Any() == false)
+ {
+
+
+
+ }
+ else
+ {
+
+ @foreach (var item in ThemePresets!)
+ {
+
+ }
+
+
+ }
+
+
+
+
+ Custom Settings
+
+
+
+ Never
+
+
+ Docked
+
+
+ Always
+
+
+
+
+
+
+
+
+
+
+ Border Radius:
+ @($"{@Theme.DefaultBorderRadius}px")
+
+
+
+
+ AppBar Elevation:
+ @($"{@Theme.AppBarElevation}")
+
+
+
+
+ Drawer Elevation:
+ @($"{@Theme.DrawerElevation}")
+
+
+
+
+ Default Elevation:
+ @($"{@Theme.DefaultElevation}")
+
+
+
+
+
+ Theme Colors
+
+
+
+
+
+
+
+
+
- General
-
-
-
-
-
-
-
+
+ Components
+
+
+
+
+
+
+
+ General
+
+
+
+
+
+
+
+
- Text & Actions
-
-
-
-
-
-
-
-
-
-