Skip to content

Commit

Permalink
Fix the text color for a navigation callout (elastic#202509)
Browse files Browse the repository at this point in the history
## Summary

We currently have a problem with the text inside the callout for new
navigation which asks for the feedback.
The PR makes color default so that it correlates with the regular text
color of EUI.
[Slack
conversation](https://elastic.slack.com/archives/C7QC1JV6F/p1733133123930929).


![image](https://github.com/user-attachments/assets/1f6f5e96-1f87-496b-9cc4-3b33beb0efd3)
  • Loading branch information
ek-so authored and CAWilson94 committed Dec 12, 2024
1 parent d6c7475 commit 6f26313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const FeedbackBtn: FC<Props> = ({ solutionId }) => {
onDismiss={onDismiss}
data-test-subj="sideNavfeedbackCallout"
>
<EuiText size="s" color="dimgrey">
<EuiText size="s">
{i18n.translate('sharedUXPackages.chrome.sideNavigation.feedbackCallout.title', {
defaultMessage: `How's the navigation working for you? Missing anything?`,
})}
Expand Down

0 comments on commit 6f26313

Please sign in to comment.