File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88<div
99 class ={cn (
10- ' border-border bg-background flex h-9 items-center overflow-hidden rounded-md border' ,
10+ ' border-border bg-background flex h-9 items-center rounded-md border' ,
1111 className
1212 )}
1313 {...rest }
Original file line number Diff line number Diff line change 3939 </Alert .Title >
4040 </Alert .Root >
4141{:else if Object .entries (component .props ).length > 0 }
42- <div class =" border-border bg-card overflow-hidden rounded-lg border" >
43- <table class ={cn (' w-full' , ' bg-card ' )}>
42+ <div class =" border-border bg-card rounded-lg border" >
43+ <table class ={cn (' w-full' , ' ' )}>
4444 <thead >
45- <tr class =" bg-muted border-border border-b" >
45+ <tr class =" border-border border-b" >
4646 <th class =" text-foreground px-4 py-2 text-left text-sm font-semibold" >Prop</th >
4747 <th class =" text-foreground px-4 py-2 text-left text-sm font-semibold" >Type</th >
4848 <th class =" text-foreground px-4 py-2 text-left text-sm font-semibold" >Default</th >
You can’t perform that action at this time.
0 commit comments