Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/akib-89/akib-89.github.io i…
Browse files Browse the repository at this point in the history
…nto build-layout
  • Loading branch information
akib1689 committed Aug 3, 2024
2 parents e4190a4 + 40ede3e commit ca4a216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/stepper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Stepper({ orientation, className, variant, ...props }: StepperProps) {
})
}/>
<div className='flex items-center justify-center'>
<div className='w-4 h-4 bg-white rounded-full'></div>
<div className='w-4 h-4 bg-foreground rounded-full'></div>
</div>
<Separator orientation={orientation} className={
cn('flex-1', {
Expand Down

0 comments on commit ca4a216

Please sign in to comment.