Skip to content

Commit

Permalink
Use neutral 80 for placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Nov 12, 2024
1 parent d29df6d commit 309621d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"placeholder": {
"color": { "value": "{ams.brand.color.neutral.60}" }
"color": { "value": "{ams.brand.color.neutral.80}" }
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"placeholder": {
"color": { "value": "{ams.brand.color.neutral.60}" }
"color": { "value": "{ams.brand.color.neutral.80}" }
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"placeholder": {
"color": { "value": "{ams.brand.color.neutral.60}" }
"color": { "value": "{ams.brand.color.neutral.80}" }
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"placeholder": {
"color": { "value": "{ams.brand.color.neutral.60}" }
"color": { "value": "{ams.brand.color.neutral.80}" }
}
}
}
Expand Down

0 comments on commit 309621d

Please sign in to comment.