Skip to content

Commit bb863dd

Browse files
committed
reduce rounding of borders
1 parent a113ae9 commit bb863dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/callout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export function Callout(props: CalloutProps) {
9292

9393
return (
9494
<Alert.Root
95-
class={`my-6 flex w-full rounded-3xl border p-4 ${
95+
class={`my-6 flex w-full rounded-xl border p-4 ${
9696
styles[mergedProps.type].container
9797
}`}
9898
>

0 commit comments

Comments
 (0)