File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
FlowHub.Main/Views/Desktop Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 67
67
<TapGestureRecognizer Tapped =" LoginUnFocused_Tapped" />
68
68
</Border .GestureRecognizers>
69
69
<Label Text =" Login" Opacity =" 0.4"
70
- HorizontalOptions =" CenterAndExpand" TextColor =" {AppThemeBinding Dark=white}"
70
+ HorizontalOptions =" CenterAndExpand" TextColor =" {AppThemeBinding Dark=white, Light=black }"
71
71
VerticalOptions =" CenterAndExpand" />
72
72
73
73
</Border >
80
80
<Border .GestureRecognizers>
81
81
<TapGestureRecognizer Tapped =" SignUpUnFocused_Tapped" />
82
82
</Border .GestureRecognizers>
83
- <Label Text =" Sign Up" Opacity =" 0.4" TextColor =" {AppThemeBinding Dark=white}"
83
+ <Label Text =" Sign Up" Opacity =" 0.4" TextColor =" {AppThemeBinding Dark=white, Light=black }"
84
84
HorizontalOptions =" CenterAndExpand" VerticalOptions =" CenterAndExpand" />
85
85
</Border >
86
86
87
87
<Border IsVisible =" false" x : Name =" SignUpFocused"
88
88
Grid.Column=" 1" HorizontalOptions =" Center"
89
89
WidthRequest =" 120" Margin =" 0,10"
90
90
BackgroundColor =" {AppThemeBinding Dark=#201F24, Light={StaticResource BackGroundLight}}" >
91
- <Label Text =" Sign Up" TextColor =" DarkSlateBlue"
91
+ <Label Text =" Sign Up" TextColor =" DarkSlateBlue"
92
92
HorizontalOptions =" CenterAndExpand" VerticalOptions =" CenterAndExpand" />
93
93
</Border >
94
94
</Grid >
You can’t perform that action at this time.
0 commit comments