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

docs(DialogContentContainer): replace inline strings with Vibe's Text component #2524

Merged
merged 2 commits into from
Oct 14, 2024

Conversation

noyshlomo
Copy link
Contributor

What changes are you making?
This PR replaces the inline string in the DialogContentContainer located in packages/core/src/storybook/components/related-components/descriptions/dialog-content-container.jsx with Vibe's Text component.

Motivation for these changes:
Currently, the DialogContentContainer uses inline strings, which leads to theme inconsistencies, particularly in dark mode. By implementing the Text component, we can ensure proper styling and a consistent appearance across different themes.

Impact on the project:
This update resolves the styling issues related to dark themes and aligns with Vibe's design specifications, enhancing the user experience.

Link to the issue
I have read the Contribution Guide for this project.

@noyshlomo noyshlomo requested a review from a team as a code owner October 13, 2024 14:19
@YossiSaadi YossiSaadi changed the title fix: replace inline strings with Vibe's Text component in DialogContentContainer docs(DialogContentContainer): replace inline strings with Vibe's Text component Oct 13, 2024
Copy link
Contributor

@YossiSaadi YossiSaadi left a comment

Choose a reason for hiding this comment

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

Thanks @noyshlomo! congrats on your first contribution to Vibe :)

@YossiSaadi
Copy link
Contributor

YossiSaadi commented Oct 13, 2024

@noyshlomo please the CI fails because you have a redundant space in line 4
please run prettier on it (or just remove the space)

@YossiSaadi
Copy link
Contributor

Resolves #2508

@YossiSaadi YossiSaadi merged commit b38ec09 into mondaycom:master Oct 14, 2024
3 of 4 checks passed
@noyshlomo noyshlomo deleted the fix/text-component branch October 14, 2024 09:03
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.

Change DialogContentContainer catalog component to use Text component
2 participants