Skip to content

Commit

Permalink
Slight changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmoroz committed Dec 6, 2024
1 parent 00cead9 commit de8e9ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.Slider {
.Control {
box-sizing: border-box;
display: flex;
align-items: center;
width: 14rem;
padding: 0.75rem 0.5rem;
padding-block: 0.75rem;
}

.Track {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from './index.module.css';
export default function ExampleSlider() {
return (
<Slider.Root defaultValue={25}>
<Slider.Control className={styles.Slider}>
<Slider.Control className={styles.Control}>
<Slider.Track className={styles.Track}>
<Slider.Indicator className={styles.Indicator} />
<Slider.Thumb className={styles.Thumb} />
Expand Down

0 comments on commit de8e9ab

Please sign in to comment.