Skip to content

Commit 3a5f490

Browse files
authored
fix(rich-text-editor): update placeholder text color (#5212)
* fix(rich-text-editor): update placeholder text color * doc(rich-text-editor): update release notes
1 parent 4e89402 commit 3a5f490

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASENOTES.general.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
## Fixed
77
- Correction in icons package version.
8+
- Updated placeholder text color for Rich Text Editor
89

910
## 2.21.2 - June 15, 2023
1011

ui/components/rich-text-editor/base/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
user-select: text;
229229

230230
&.ql-blank:before {
231-
color: var(--slds-g-color-neutral-base-10, #54698d);
231+
color: var(--slds-g-color-neutral-base-50, #54698d);
232232
content: attr(data-placeholder);
233233
pointer-events: none;
234234
position: absolute;

0 commit comments

Comments
 (0)