Skip to content

Commit

Permalink
Update MultipleSelectField placeholder text color (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shylpx committed Mar 5, 2024
1 parent 43b56bc commit 23d543a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## Not released
- Fix Snowflake spatial index detection [#845](https://github.com/CartoDB/carto-react/pull/845)
- Fix TimeSeriesWidgetUI check undefined echart.getInstance().getDom() [#842](https://github.com/CartoDB/carto-react/pull/842)

- Update MultipleSelectField placeholder text color [#846](https://github.com/CartoDB/carto-react/pull/846)

## 2.3

### 2.3.12 (2024-02-19)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const MultipleSelectField = forwardRef(
<Typography
component='span'
variant={isSmall ? 'body2' : 'body1'}
color='textSecondary'
color='text.hint'
ml={paddingSize}
>
{placeholder || intlConfig.formatMessage({ id: 'c4r.form.noneSelected' })}
Expand Down

0 comments on commit 23d543a

Please sign in to comment.