-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Fixes #1410] Edited using colors in styled components using our Theme #1442
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems okay to me
Just some missed uses of Colors
and inconsistency in naming
I think you can use as a rule of the thumb this list:
- If I changed file I have to look if I changed all uses of
Colors
object in this file - If I need to add new property to
theme
object - I have to look how similar properties were named in the past
kafka-ui-react-app/src/components/common/Textbox/Textarea.styled.ts
Outdated
Show resolved
Hide resolved
kafka-ui-react-app/src/components/common/ConfirmationModal/ConfirmationModal.styled.tsx
Show resolved
Hide resolved
...-react-app/src/components/Schemas/Details/__test__/__snapshots__/SchemaVersion.spec.tsx.snap
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a work within issue - it's a good work
Kudos, SonarCloud Quality Gate passed! |
… our Theme (provectus#1442) * Edited using colors in syled components * updated snapshots * updated snapshots * edited stylistic mistake Co-authored-by: Oleg Shur <workshur@gmail.com>
What changes did you make? (Give an overview)
Added new colors to the Theme pallete, added some new objects yo the Theme
Is there anything you'd like reviewers to focus on?
Updated some test for testing with included ThemeProvider component
How Has This Been Tested? (put an "X" next to an item)
Checklist (put an "X" next to an item, otherwise PR will fail)
Check out Contributing and Code of Conduct