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

Fix the kebab-case for css properties warning #4301

Merged
merged 10 commits into from
Oct 23, 2023
Merged

Fix the kebab-case for css properties warning #4301

merged 10 commits into from
Oct 23, 2023

Conversation

sagnik3788
Copy link
Contributor

What change does this PR introduce?

solve the kebab-case for css properties warning

Why was this change needed?

solve issue #4294 @LetItRock

Other information (Screenshots)

@sagnik3788
Copy link
Contributor Author

if everything is okay can you merge my pr @davidsoderberg

@davidsoderberg
Copy link
Contributor

Hi @sagnik3788, I think it should be WebkitTextFillColor or have you checked so the css is applied with your solution?

@sagnik3788
Copy link
Contributor Author

sagnik3788 commented Oct 4, 2023

Yes, you are correct it should be WebkitTextFillColor due to the camelCase property naming convention . i correct this
@davidsoderberg

Copy link
Contributor

@ainouzgali ainouzgali left a comment

Choose a reason for hiding this comment

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

@sagnik3788 please run the prettier and I'll approve this. Thanks!

@@ -66,7 +66,7 @@ export const getSubtleStyles = (theme) => {
backgroundColor: dark ? theme.white : 'transparent',
backgroundClip: 'none !important',
color: 'transparent',
'-webkit-text-fill-color': 'initial !important',
WebkitTextFillColor: 'initial !important',
Copy link
Contributor

Choose a reason for hiding this comment

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

This line should have the same indentation as the others.

@LetItRock LetItRock merged commit d127654 into novuhq:next Oct 23, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants