Skip to content

Commit

Permalink
docs(modal): fix radius property (heroui-inc#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsmith-source authored Dec 23, 2023
1 parent bea1e1f commit 132efbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/components/modal/custom-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function App() {
backdrop="opaque"
isOpen={isOpen}
onOpenChange={onOpenChange}
radius="2xl"
radius="lg"
classNames={{
body: "py-6",
backdrop: "bg-[#292f46]/50 backdrop-opacity-40",
Expand Down

0 comments on commit 132efbc

Please sign in to comment.