Skip to content

Commit 3cc1ba1

Browse files
committed
added missing image
1 parent bebf98e commit 3cc1ba1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FlowHub.Main/Views/Desktop/LoginD.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<TapGestureRecognizer Tapped="LoginUnFocused_Tapped"/>
6868
</Border.GestureRecognizers>
6969
<Label Text="Login" Opacity="0.4"
70-
HorizontalOptions="CenterAndExpand" TextColor="{AppThemeBinding Dark=white}"
70+
HorizontalOptions="CenterAndExpand" TextColor="{AppThemeBinding Dark=white, Light=black}"
7171
VerticalOptions="CenterAndExpand"/>
7272

7373
</Border>
@@ -80,15 +80,15 @@
8080
<Border.GestureRecognizers>
8181
<TapGestureRecognizer Tapped="SignUpUnFocused_Tapped"/>
8282
</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}"
8484
HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand"/>
8585
</Border>
8686

8787
<Border IsVisible="false" x:Name="SignUpFocused"
8888
Grid.Column="1" HorizontalOptions="Center"
8989
WidthRequest="120" Margin="0,10"
9090
BackgroundColor="{AppThemeBinding Dark=#201F24, Light={StaticResource BackGroundLight}}">
91-
<Label Text="Sign Up" TextColor="DarkSlateBlue"
91+
<Label Text="Sign Up" TextColor="DarkSlateBlue"
9292
HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand"/>
9393
</Border>
9494
</Grid>

ScreenShots/Windows/flowinsightsd.png

70.3 KB
Loading

0 commit comments

Comments
 (0)