Skip to content

Commit

Permalink
Add a missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Dec 14, 2023
1 parent 4ebb61a commit 6b6b3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/src/theme/Modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Modal: ComponentSingleStyleConfig = {
top: -10,
right: -10,
rounded: "100%",
bg: "opacity.white.5"
bg: "opacity.white.5",
},
overlay: {
bg: "none",
Expand Down

0 comments on commit 6b6b3ef

Please sign in to comment.