Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Oct 9, 2023
1 parent 26dfa7b commit 3dab6ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Portal/Sucrose.Portal/Sucrose.Portal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<ItemGroup>
<PackageReference Include="Skylark.Wing" Version="3.1.1.4" />
<PackageReference Include="XamlFlair.WPF" Version="1.2.13" />
<PackageReference Include="WPF-UI" Version="3.0.0-preview.6" />
<PackageReference Include="WPF-UI" Version="3.0.0-preview.7" />
<PackageReference Include="Skylark.Standard" Version="3.1.1.8" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ private void InitializeViewModel()

StackPanel KeyContent = new();

Hyperlink HintKey = new()
HyperlinkButton HintKey = new()
{
Content = SSRER.GetValue("Portal", "OtherSettingPage", "Key", "HintKey"),
Foreground = SSRER.GetResource<Brush>("AccentTextFillColorPrimaryBrush"),
Expand Down
2 changes: 1 addition & 1 deletion src/Portal/Sucrose.Portal/Views/Controls/ThemeReview.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<TextBlock x:Name="ThemeModify" Text="{DynamicResource Portal.ThemeReview.ThemeModify}" TextWrapping="WrapWithOverflow" FontSize="16" Margin="0 12 0 0" Foreground="{DynamicResource TextFillColorPrimaryBrush}" />
<TextBlock x:Name="ThemeModifyDate" Text="{DynamicResource Portal.ThemeReview.ThemeModifyDate}" TextWrapping="WrapWithOverflow" FontSize="14" Foreground="{DynamicResource TextFillColorSecondaryBrush}" />

<ui:Hyperlink
<ui:HyperlinkButton
x:Name="ThemeContact"
Cursor="Hand"
FontSize="14"
Expand Down

0 comments on commit 3dab6ea

Please sign in to comment.