Skip to content

Commit

Permalink
Update search placeholder to Compound Design Token for placeholder te…
Browse files Browse the repository at this point in the history
…xt (#28427)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
t3chguy authored Nov 14, 2024
1 parent 4f7c61f commit 346b457
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions res/css/views/emojipicker/_EmojiPicker.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ Please see LICENSE files in the repository root for full details.
border: none;
padding: 8px 12px;
border-radius: 4px 0;

&::placeholder {
color: var(--cpd-color-text-placeholder);
}
}

button {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Please see LICENSE files in the repository root for full details.
display: inline-block;
pointer-events: none;
white-space: nowrap;
color: $tertiary-content;
color: var(--cpd-color-text-placeholder);
}
}

Expand Down

0 comments on commit 346b457

Please sign in to comment.