Skip to content

Commit 4c0422b

Browse files
author
ferris
committed
Removed unused PlaceholderColor
Deprecated in Fuse 0.27, and wasn't used anyways
1 parent d57e587 commit 4c0422b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Components/hikr.TextBox.ux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<TextBox ux:Class="hikr.TextBox" PlaceholderColor="#fff8" TextColor="White" CaretColor="White" Padding="10,10,0,10" />
1+
<TextBox ux:Class="hikr.TextBox" TextColor="White" CaretColor="White" Padding="10,10,0,10" />

Components/hikr.TextView.ux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<TextView ux:Class="hikr.TextView" PlaceholderColor="#fff8" TextColor="White" CaretColor="White" Padding="5">
1+
<TextView ux:Class="hikr.TextView" TextColor="White" CaretColor="White" Padding="5">
22
<Rectangle Layer="Background" Color="#fff2" CornerRadius="4" />
33
</TextView>

0 commit comments

Comments
 (0)