Bitwarden-app-android-iphon.../src/App/Styles/Dark.xaml

11 lines
409 B
Plaintext
Raw Normal View History

2019-04-22 17:32:17 +02:00
<?xml version="1.0" encoding="utf-8" ?>
<ResourceDictionary xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Bit.App.Styles.Dark">
<Style TargetType="Label"
Class="list-header-themed">
<Setter Property="TextColor"
Value="Green" />
</Style>
</ResourceDictionary>