-
Notifications
You must be signed in to change notification settings - Fork 47
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
[LINT-TEST] #674
[LINT-TEST] #674
Conversation
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
width: 95px; | ||
margin-top: 10px; | ||
margin-left: -40px; | ||
}) => { |
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.
Codacy has a fix for the issue: Delete ··
}) => { | |
}) => { |
width: 95px; | ||
margin-top: 10px; | ||
margin-left: -40px; | ||
color: ${active |
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.
Codacy has a fix for the issue: Delete ··
color: ${active | |
color: ${active |
margin-top: 10px; | ||
margin-left: -40px; | ||
}) => { | ||
const state = secondary ? 'secondary' : 'active'; |
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.
Codacy has a fix for the issue: Delete ··
const state = secondary ? 'secondary' : 'active'; | |
const state = secondary ? 'secondary' : 'active'; |
return css` | ||
width: 95px; | ||
margin-top: 10px; | ||
margin-left: -40px; |
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.
Codacy has a fix for the issue: Delete ··
margin-left: -40px; | |
margin-left: -40px; |
? stepper.label.color[state] | ||
: stepper.label.color.inactive}; | ||
font-size: ${stepper.label.font.size}px; | ||
text-align: center; |
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.
Codacy has a fix for the issue: Delete ··
text-align: center; | |
text-align: center; |
margin-top: 10px; | ||
margin-left: -40px; | ||
color: ${active | ||
? stepper.label.color[state] |
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.
Codacy has a fix for the issue: Delete ··
? stepper.label.color[state] | |
? stepper.label.color[state] |
color: ${active | ||
? stepper.label.color[state] | ||
: stepper.label.color.inactive}; | ||
font-size: ${stepper.label.font.size}px; |
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.
Codacy has a fix for the issue: Delete ··
font-size: ${stepper.label.font.size}px; | |
font-size: ${stepper.label.font.size}px; |
text-align: center; | ||
`, | ||
return css` | ||
width: 95px; |
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.
Codacy has a fix for the issue: Delete ··
width: 95px; | |
width: 95px; |
); | ||
|
||
const Label = styled(Text.Bold)( | ||
({ | ||
active, | ||
secondary, |
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.
Codacy has a fix for the issue: Replace ····
with ··
secondary, | |
secondary, |
`, | ||
return css` | ||
width: 95px; | ||
margin-top: 10px; |
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.
Codacy has a fix for the issue: Delete ··
margin-top: 10px; | |
margin-top: 10px; |
: stepper.label.color.inactive}; | ||
font-size: ${stepper.label.font.size}px; | ||
text-align: center; | ||
`; |
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.
Codacy has a fix for the issue: Replace ····
with ··
`; | |
`; |
font-size: ${stepper.label.font.size}px; | ||
text-align: center; | ||
`, | ||
return css` |
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.
Codacy has a fix for the issue: Delete ··
return css` | |
return css` |
margin-left: -40px; | ||
color: ${active | ||
? stepper.label.color[state] | ||
: stepper.label.color.inactive}; |
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.
Codacy has a fix for the issue: Replace ········
with ······
: stepper.label.color.inactive}; | |
: stepper.label.color.inactive}; |
Description 📄
[Enter the description of your changes]
Platforms 📲
Type of change 🔍
How Has This Been Tested? 🧪
[Enter the tips to test this PR]
Checklist: 🔍
Screenshots 📸
[Upload your screenshots here]