Skip to content

Commit 54b6c9c

Browse files
authored
Correct background color spelling in modal button
1 parent c299ceb commit 54b6c9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/basic/getting-started/portals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function App() {
9090
>
9191
I'm a modal!{" "}
9292
<button
93-
style={{ background: "papyawhip" }}
93+
style={{ background: "papayawhip" }}
9494
onClick={() => setShowModal(false)}
9595
>
9696
close

0 commit comments

Comments
 (0)