Skip to content

Commit

Permalink
update modal background color
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Nov 21, 2023
1 parent 8900141 commit a2d3600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/connect/src/theme/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const customized: Theme = {
elevation: "none"
},
modal: {
background: "#0F092C"
background: "rgba(15, 9, 44, 1)"
},
font: {
primary: "\"Poppins\", regular",
Expand Down

0 comments on commit a2d3600

Please sign in to comment.