We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a113ae9 commit bb863ddCopy full SHA for bb863dd
src/ui/callout.tsx
@@ -92,7 +92,7 @@ export function Callout(props: CalloutProps) {
92
93
return (
94
<Alert.Root
95
- class={`my-6 flex w-full rounded-3xl border p-4 ${
+ class={`my-6 flex w-full rounded-xl border p-4 ${
96
styles[mergedProps.type].container
97
}`}
98
>
0 commit comments