Skip to content

Commit c05a879

Browse files
committed
fix: styles
1 parent eeeb195 commit c05a879

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ui/src/components/input-otp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const InputOTPSlot = React.forwardRef<HTMLDivElement, InputOTPSlotProps>(({ inde
4040
<div
4141
ref={ref}
4242
className={cn(
43-
'relative flex items-center justify-center h-[52px] w-11 rounded border border-borders-1 p-2 text-xl transition-all',
43+
'relative flex items-center justify-center h-[52px] w-11 rounded border border-borders-1 p-2 text-2xl transition-all',
4444
isActive && 'border-borders-3 z-10',
4545
className
4646
)}

packages/ui/src/views/auth/components/animated-harness-logo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function AnimatedHarnessLogo({ theme }: AnimatedHarnessLogoProps) {
2929
const isError = theme === 'error'
3030

3131
return (
32-
<div className="relative" aria-hidden>
32+
<div className="relative flex size-16" aria-hidden>
3333
<div className={cn(isError && 'rotate-90', 'transition-transform duration-700')}>
3434
<span
3535
className={cn(

0 commit comments

Comments
 (0)