Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Nov 21, 2024
1 parent 5c8a180 commit b03e5d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

import { Icon } from './../Icon'
import { IconButton } from './../Buttons'
import { PressEvent } from 'react-aria'
import React from 'react'
import clsx from 'clsx'
import styles from './carousel-control.module.css'
import { useCarousel } from './CarouselContext'
import { useInterval } from './../../hooks'
import { PressEvent } from 'react-aria-components'

type CarouselControlProps = {
control?: boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
height: 0.75rem /* 12px */;
border-radius: 9999px;
}
.inicator {
.indicator {
--tw-bg-opacity: 1;
background-color: rgb(var(--md-sys-color-primary) / var(--tw-bg-opacity));
background-color: rgb(var(--md-sys-color-background) / var(--tw-bg-opacity));
}
.inicator:hover {
.indicator:hover {
--tw-bg-opacity: 1;
background-color: rgb(var(--md-sys-color-on-primary) / var(--tw-bg-opacity));
}
Expand Down

0 comments on commit b03e5d9

Please sign in to comment.