|
@@ -113,7 +113,13 @@
|
|
|
Command="{Binding DataContext.CloseTab}"
|
|
|
CommandParameter="{Binding}"
|
|
|
Style="{StaticResource btn.selector}">
|
|
|
- <Path Data="M6.50006 7.06072L9.96973 10.5304L11.0304 9.46973L7.56072 6.00006L11.0304 2.53039L9.96973 1.46973L6.50006 4.9394L3.03039 1.46973L1.96973 2.53039L5.4394 6.00006L1.96973 9.46973L3.03039 10.5304L6.50006 7.06072Z" Fill="{StaticResource color.icon.base.neutral.norm.lv2}" />
|
|
|
+ <Path
|
|
|
+ Width="12"
|
|
|
+ Height="12"
|
|
|
+ HorizontalAlignment="Center"
|
|
|
+ VerticalAlignment="Center"
|
|
|
+ Data="M6.5 7.06066L9.96967 10.5303L11.0303 9.46967L7.56066 6L11.0303 2.53033L9.96967 1.46967L6.5 4.93934L3.03033 1.46967L1.96967 2.53033L5.43934 6L1.96967 9.46967L3.03033 10.5303L6.5 7.06066Z"
|
|
|
+ Fill="{StaticResource color.icon.base.neutral.norm.lv2}" />
|
|
|
</Button>
|
|
|
|
|
|
<TextBox
|
|
@@ -349,17 +355,17 @@
|
|
|
Height="24"
|
|
|
Background="#1770F4"
|
|
|
BorderBrush="#1770F4"
|
|
|
- CornerRadius="100" >
|
|
|
+ CornerRadius="100">
|
|
|
<TextBlock
|
|
|
- VerticalAlignment="Center"
|
|
|
- HorizontalAlignment="Center"
|
|
|
- FontFamily="SF Pro Text"
|
|
|
- FontSize="20"
|
|
|
- FontWeight="SemiBold"
|
|
|
- Foreground="White"
|
|
|
- Text="{Binding Useremailchar}" />
|
|
|
+ HorizontalAlignment="Center"
|
|
|
+ VerticalAlignment="Center"
|
|
|
+ FontFamily="SF Pro Text"
|
|
|
+ FontSize="20"
|
|
|
+ FontWeight="SemiBold"
|
|
|
+ Foreground="White"
|
|
|
+ Text="{Binding Useremailchar}" />
|
|
|
</Border>
|
|
|
-
|
|
|
+
|
|
|
</Grid>
|
|
|
</Button>
|
|
|
<Separator BorderBrush="#94989C" BorderThickness="1">
|