Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Falkaniere authored Jul 26, 2023
1 parent 53f1f76 commit f6bfa9a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/yoga/src/Stepper/native/Dots.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,23 @@ const Dot = styled.View(
const Label = styled(Text.Bold)(
({
active,
secondary,
secondary,
theme: {
yoga: {
components: { stepper },
},
},
}) => {
}) => {

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

View workflow job for this annotation

GitHub Actions / linter_and_tests

Replace `⏎` with `··`
const state = secondary ? 'secondary' : 'active';

return css`

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

View workflow job for this annotation

GitHub Actions / linter_and_tests

Insert `··`
width: 95px;

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

View workflow job for this annotation

GitHub Actions / linter_and_tests

Replace `····` with `······`
margin-top: 10px;

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 `··`
margin-left: -40px;

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

View workflow job for this annotation

GitHub Actions / linter_and_tests

Insert `··`
color: ${active
color: ${active

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

View workflow job for this annotation

GitHub Actions / linter_and_tests

Replace `····` with `······`
? 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 `··`
font-size: ${stepper.label.font.size}px;

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

View workflow job for this annotation

GitHub Actions / linter_and_tests

Replace `····` with `······`
text-align: center;

Check failure on line 64 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 f6bfa9a

Please sign in to comment.