style: remove border from the clinical history tabs container

This commit is contained in:
2026-04-21 03:11:23 -03:00
parent bf0439c49d
commit 693a70f877
+1 -1
View File
@@ -466,7 +466,7 @@ export function HistoriaClinica({
</CardContent> </CardContent>
</Card> </Card>
<div className="grid grid-cols-1 w-full"> <div className="grid grid-cols-1 w-full">
<div className="w-full overflow-x-auto rounded-md border pb-2"> <div className="w-full overflow-x-auto rounded-md pb-2">
<Tabs className="w-full" value={tabActivo} onValueChange={setTabActivo}> <Tabs className="w-full" value={tabActivo} onValueChange={setTabActivo}>
<ScrollArea className="w-full rounded-md border bg-background whitespace-nowrap"> <ScrollArea className="w-full rounded-md border bg-background whitespace-nowrap">
<TabsList> <TabsList>