mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
Update callout component to use rounded-xl (#9512)
* Initial plan * Fix callout component to use rounded-lg in style-lyra.css Co-authored-by: shadcn <124599+shadcn@users.noreply.github.com> * Revert CSS change - callout.tsx already has rounded-lg Co-authored-by: shadcn <124599+shadcn@users.noreply.github.com> * Change callout rounded class from rounded-lg to rounded-xl Co-authored-by: shadcn <124599+shadcn@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: shadcn <124599+shadcn@users.noreply.github.com>
This commit is contained in:
@@ -20,7 +20,7 @@ export function Callout({
|
||||
<Alert
|
||||
data-variant={variant}
|
||||
className={cn(
|
||||
"bg-surface text-surface-foreground border-surface mt-6 w-auto rounded-lg md:-mx-1 **:[code]:border",
|
||||
"bg-surface text-surface-foreground border-surface mt-6 w-auto rounded-xl md:-mx-1 **:[code]:border",
|
||||
className
|
||||
)}
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user