Skip to content

Commit

Permalink
Update packages/yoga/src/Stepper/native/Dots.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
  • Loading branch information
Falkaniere and codacy-production[bot] authored Jul 26, 2023
1 parent 132fbff commit 53f1f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yoga/src/Stepper/native/Dots.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Label = styled(Text.Bold)(
margin-top: 10px;

Check failure on line 57 in packages/yoga/src/Stepper/native/Dots.jsx

View workflow job for this annotation

GitHub Actions / linter_and_tests

Insert `··`
margin-left: -40px;

Check failure on line 58 in packages/yoga/src/Stepper/native/Dots.jsx

View workflow job for this annotation

GitHub Actions / linter_and_tests

Insert `··`
color: ${active
color: ${active
? stepper.label.color[state]

Check failure on line 61 in packages/yoga/src/Stepper/native/Dots.jsx

View workflow job for this annotation

GitHub Actions / linter_and_tests

Insert `··`
: stepper.label.color.inactive};

Check failure on line 62 in packages/yoga/src/Stepper/native/Dots.jsx

View workflow job for this annotation

GitHub Actions / linter_and_tests

Insert `··`
Expand Down

0 comments on commit 53f1f76

Please sign in to comment.