Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BenOsodrac committed Dec 11, 2024
1 parent 67b8afe commit bda234f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/components/range/range.ionic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@

.range-knob-handle.ion-focused .range-knob {
@include globals.focused-state();
}
}
2 changes: 1 addition & 1 deletion core/src/components/range/test/states/range.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ configs({ modes: ['ionic-md'], directions: ['ltr'] }).forEach(({ title, screensh
await expect(range).toHaveScreenshot(screenshot(`range-focus`));
});
});
});
});

0 comments on commit bda234f

Please sign in to comment.