Skip to content

Commit

Permalink
🎨 Fix bg color under dark theme in modal (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Jun 4, 2023
1 parent 960d722 commit f364938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

.cnet-modal-content {
position: relative;
background-color: #fefefe;
background-color: var(--background-fill-primary);
margin: 5% auto;
/* 15% from the top and centered */
padding: 20px;
Expand Down

0 comments on commit f364938

Please sign in to comment.