style: tailwind classname sorting (#1169)
This commit is contained in:
@@ -3,7 +3,7 @@ type Props = {
|
||||
}
|
||||
|
||||
const Spinner = ({ className }: Props) => (
|
||||
<div className={`animate-spin border border-solid border-info border-r-transparent rounded-full ${className}`} />
|
||||
<div className={`animate-spin rounded-full border border-solid border-info border-r-transparent ${className}`} />
|
||||
)
|
||||
|
||||
export default Spinner
|
||||
|
||||
Reference in New Issue
Block a user