mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-07 09:20:04 +01:00
list section border colors
This commit is contained in:
parent
a2de3b5d80
commit
e8f2d9d0dd
@ -25,6 +25,7 @@
|
||||
<Color x:Key="TitleEntryPlaceholderColor">#707070</Color>
|
||||
|
||||
<Color x:Key="ListItemBorderColor">#191919</Color>
|
||||
<Color x:Key="ListSectionBorderColor">#282828</Color>
|
||||
<Color x:Key="ListHeaderTextColor">#52bdfb</Color>
|
||||
|
||||
<Color x:Key="SliderThumbColor">#B9B9B9</Color>
|
||||
|
@ -25,6 +25,7 @@
|
||||
<Color x:Key="TitleEntryPlaceholderColor">#707070</Color>
|
||||
|
||||
<Color x:Key="ListItemBorderColor">#262626</Color>
|
||||
<Color x:Key="ListSectionBorderColor">#191919</Color>
|
||||
<Color x:Key="ListHeaderTextColor">#52bdfb</Color>
|
||||
|
||||
<Color x:Key="SliderThumbColor">#B9B9B9</Color>
|
||||
|
@ -25,6 +25,7 @@
|
||||
<Color x:Key="TitleEntryPlaceholderColor">#c0dbeb</Color>
|
||||
|
||||
<Color x:Key="ListItemBorderColor">#f0f0f0</Color>
|
||||
<Color x:Key="ListSectionBorderColor">#dddddd</Color>
|
||||
<Color x:Key="ListHeaderTextColor">#3c8dbc</Color>
|
||||
|
||||
<Color x:Key="SliderThumbColor">#ffffff</Color>
|
||||
|
@ -25,6 +25,7 @@
|
||||
<Color x:Key="TitleEntryPlaceholderColor">#606C82</Color>
|
||||
|
||||
<Color x:Key="ListItemBorderColor">#2e3440</Color>
|
||||
<Color x:Key="ListSectionBorderColor">#2e3440</Color>
|
||||
<Color x:Key="ListHeaderTextColor">#81a1c1</Color>
|
||||
|
||||
<Color x:Key="SliderThumbColor">#e5e9f0</Color>
|
||||
|
@ -38,12 +38,12 @@
|
||||
<Style TargetType="BoxView"
|
||||
Class="list-section-separator-top-platform">
|
||||
<Setter Property="Color"
|
||||
Value="{StaticResource ListItemBorderColor}" />
|
||||
Value="{StaticResource ListSectionBorderColor}" />
|
||||
</Style>
|
||||
<Style TargetType="BoxView"
|
||||
Class="list-section-separator-bottom-platform">
|
||||
<Setter Property="Color"
|
||||
Value="{StaticResource ListItemBorderColor}" />
|
||||
Value="{StaticResource ListSectionBorderColor}" />
|
||||
<Setter Property="Margin"
|
||||
Value="0, 0, 0, -1" />
|
||||
</Style>
|
||||
|
Loading…
Reference in New Issue
Block a user