Altered Foreground/border-color of TextBoxes

This commit is contained in:
Ano-sys
2025-02-14 00:56:27 +01:00
parent 20ed5fa729
commit e5d6bc44a9
+2 -2
View File
@@ -55,7 +55,7 @@
</ItemsControl.ItemsPanel>
<ItemsControl.ItemTemplate>
<DataTemplate x:DataType="vm:Note">
<Border CornerRadius="15" Margin="5,5,0,5" BorderBrush="#fff" BorderThickness="2" Background="Transparent">
<Border CornerRadius="15" Margin="5,5,0,5" BorderBrush="Gray" BorderThickness="2" Background="Transparent">
<StackPanel Margin="5" Background="Transparent" Orientation="Horizontal">
<TextBox Height="20"
CaretBrush="Transparent"
@@ -67,7 +67,7 @@
TextAlignment="Center"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Foreground="White"
Foreground="LightGray"
Background="Transparent"
IsHitTestVisible="True"
FontSize="{Binding FontSize}"