Skip to content

Commit

Permalink
fix: styles
Browse files Browse the repository at this point in the history
  • Loading branch information
americano98 committed Nov 29, 2024
1 parent eeeb195 commit c05a879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/components/input-otp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const InputOTPSlot = React.forwardRef<HTMLDivElement, InputOTPSlotProps>(({ inde
<div
ref={ref}
className={cn(
'relative flex items-center justify-center h-[52px] w-11 rounded border border-borders-1 p-2 text-xl transition-all',
'relative flex items-center justify-center h-[52px] w-11 rounded border border-borders-1 p-2 text-2xl transition-all',
isActive && 'border-borders-3 z-10',
className
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function AnimatedHarnessLogo({ theme }: AnimatedHarnessLogoProps) {
const isError = theme === 'error'

return (
<div className="relative" aria-hidden>
<div className="relative flex size-16" aria-hidden>
<div className={cn(isError && 'rotate-90', 'transition-transform duration-700')}>
<span
className={cn(
Expand Down

0 comments on commit c05a879

Please sign in to comment.