Add core UI
This commit is contained in:
parent
500d6df113
commit
2a7ff864bf
8 changed files with 181 additions and 19 deletions
11
app/InkForge.Common/App.axaml
Normal file
11
app/InkForge.Common/App.axaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<Application xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="using:InkForge.Common"
|
||||
x:Class="InkForge.Common.App"
|
||||
RequestedThemeVariant="Default">
|
||||
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
||||
|
||||
<Application.Styles>
|
||||
<FluentTheme />
|
||||
</Application.Styles>
|
||||
</Application>
|
||||
Loading…
Add table
Add a link
Reference in a new issue