Add TextBlock Color / Adjust BookMarkPlugin Input Height

This commit is contained in:
DB p 2021-11-25 12:14:20 +09:00
parent d1bf471117
commit b1bbe8aaac
2 changed files with 5 additions and 1 deletions

View file

@ -5,6 +5,10 @@
xmlns:ui="http://schemas.modernwpf.com/2019">
<Style TargetType="{x:Type TextBlock}">
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
</Style>
<!-- Popup Color -->
<Style x:Key="PageBackgroundColor" TargetType="{x:Type Window}">
<Setter Property="Background" Value="{DynamicResource Color05B}" />

View file

@ -51,7 +51,7 @@
<TextBox
x:Name="BrowserPathBox"
Width="240"
Height="30"
Height="34"
Margin="10"
HorizontalAlignment="Left"
VerticalAlignment="Center"