mirror of
https://github.com/bitwarden/mobile
synced 2025-12-30 23:23:38 +00:00
15 lines
527 B
XML
15 lines
527 B
XML
<Application
|
|
x:Class="Bit.UWP.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="using:Bit.UWP"
|
|
RequestedTheme="Light">
|
|
<Application.Resources>
|
|
<ResourceDictionary>
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<ResourceDictionary Source="Styles.xaml" />
|
|
</ResourceDictionary.MergedDictionaries>
|
|
</ResourceDictionary>
|
|
</Application.Resources>
|
|
</Application>
|