Files
PalladiumWallet/src/App/App.axaml
T

15 lines
588 B
XML
Raw Normal View History

2026-06-11 10:47:52 +02:00
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="PalladiumWallet.App.App"
xmlns:local="using:PalladiumWallet.App"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.DataTemplates>
<local:ViewLocator/>
</Application.DataTemplates>
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>