Skip to content

Commit 7cff86c

Browse files
committed
fix: replace color
1 parent 0d854d1 commit 7cff86c

File tree

3 files changed

+3
-3
lines changed
  • FabricExample/src/screens/Examples/KeyboardSharedTransitions
  • docs/docs/api/keyboard-background-view
  • example/src/screens/Examples/KeyboardSharedTransitions

3 files changed

+3
-3
lines changed

FabricExample/src/screens/Examples/KeyboardSharedTransitions/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const KeyboardSharedTransitionExample = () => {
6464
>
6565
<ReanimatedTextInput
6666
placeholder="127.0.0.1"
67-
placeholderTextColor="#ecececec"
67+
placeholderTextColor="#ececec"
6868
style={[
6969
{
7070
width: "100%",

docs/docs/api/keyboard-background-view/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const KeyboardSharedTransitionExample = () => {
130130
>
131131
<ReanimatedTextInput
132132
placeholder="127.0.0.1"
133-
placeholderTextColor="#ecececec"
133+
placeholderTextColor="#ececec"
134134
style={[
135135
{
136136
width: "100%",

example/src/screens/Examples/KeyboardSharedTransitions/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const KeyboardSharedTransitionExample = () => {
6464
>
6565
<ReanimatedTextInput
6666
placeholder="127.0.0.1"
67-
placeholderTextColor="#ecececec"
67+
placeholderTextColor="#ececec"
6868
style={[
6969
{
7070
width: "100%",

0 commit comments

Comments
 (0)