fix(ui): replace deprecated Watermark with PlaceholderText

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mika Kuns
2026-04-14 10:38:06 +02:00
parent c44aefde77
commit 5f51fe9621
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
BorderThickness="0,1,0,0" BorderBrush="{StaticResource BorderSubtleBrush}">
<TextBox x:Name="InlineAddBox"
Text="{Binding InlineAddTitle, Mode=TwoWay}"
Watermark="+ Add a task..."
PlaceholderText="+ Add a task..."
BorderThickness="1"
BorderBrush="{StaticResource BorderSubtleBrush}"
CornerRadius="8"