App.axaml 435 B

1234567891011
  1. <Application xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. x:Class="LoginGenerator.App"
  4. RequestedThemeVariant="Default"
  5. >
  6. <!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
  7. <Application.Styles>
  8. <FluentTheme />
  9. </Application.Styles>
  10. </Application>