Skip to content

Commit

Permalink
fix: Added foreground and removed width
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsashah45 authored Oct 20, 2023
1 parent a1fef8f commit d3ebc05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
PlaceholderText="10" />
<TextBlock Text="This is a description which is shown below the NumberBox"
TextWrapping="WrapWholeWords"
Width="{Binding ActualWidth, ElementName=YourNumberBoxElementName}" />
Foreground="{ThemeResource SystemControlDescriptionTextForegroundBrush}" />
</StackPanel>
</smtx:XamlDisplay>

Expand Down

0 comments on commit d3ebc05

Please sign in to comment.