mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-23 21:36:28 +02:00
Version 3.0.370
This commit is contained in:
parent
f5cf9bb22f
commit
bdb2dec1c1
233 changed files with 10252 additions and 6779 deletions
|
@ -12,9 +12,18 @@
|
|||
<!--Background color-->
|
||||
<Color x:Key="background-color">#BEBEBE</Color>
|
||||
|
||||
<!--Important text color-->
|
||||
<Color x:Key="important-text-color">#D21113</Color>
|
||||
|
||||
<!--Attention color-->
|
||||
<Color x:Key="attention-color">#06D1B1</Color>
|
||||
|
||||
<!--RentalProcess colors-->
|
||||
<Color x:Key="process-step-upcoming">#999999</Color>
|
||||
<Color x:Key="process-step-active">#0D0D0D</Color>
|
||||
<Color x:Key="process-step-succeeded">#5DBF3B</Color>
|
||||
<Color x:Key="process-step-failed">#FC870D</Color>
|
||||
|
||||
<!--Primary Button-->
|
||||
<Style TargetType="Button">
|
||||
<Setter Property="WidthRequest" Value="400" />
|
||||
|
|
|
@ -9,9 +9,18 @@
|
|||
<!--Background color-->
|
||||
<Color x:Key="background-color">#BEBEBE</Color>
|
||||
|
||||
<!--Important text color-->
|
||||
<Color x:Key="important-text-color">#BF2828</Color>
|
||||
|
||||
<!--Attention color-->
|
||||
<Color x:Key="attention-color">#FC870D</Color>
|
||||
|
||||
<!--RentalProcess colors-->
|
||||
<Color x:Key="process-step-upcoming">#999999</Color>
|
||||
<Color x:Key="process-step-active">#0D0D0D</Color>
|
||||
<Color x:Key="process-step-succeeded">#5DBF3B</Color>
|
||||
<Color x:Key="process-step-failed">#BF2828</Color>
|
||||
|
||||
<!--Primary Button-->
|
||||
<Style TargetType="Button">
|
||||
<Setter Property="WidthRequest" Value="400" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue