Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tooltip for RTL icon in component sandbox #215

Merged
merged 3 commits into from
Jun 14, 2024
Merged

Conversation

imsitnikov
Copy link
Collaborator

No description provided.

@imsitnikov imsitnikov requested a review from amje June 14, 2024 09:33
@imsitnikov imsitnikov requested a review from korvin89 June 14, 2024 09:49
@@ -201,7 +213,9 @@ const SandboxBlock: React.FC<SandboxBlockTypes> = ({
setIframeTheme(iframeTheme === 'dark' ? 'light' : 'dark');
}}
>
<Icon data={themeIcon} size={18} />
<Tooltip content={t('theme')}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tooltip should wrap clickable element

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@imsitnikov imsitnikov merged commit db286bb into main Jun 14, 2024
1 check passed
@imsitnikov imsitnikov deleted the rtl-icon-tooltip branch June 14, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants