Skip to content

Commit

Permalink
Make feedback form have better theme-sensitive styling
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Mar 21, 2024
1 parent 8b41d62 commit 5bcc4d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js-extensions/packages/feedback/lib/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ const modalStyles = {
bottom: "auto",
marginRight: "-50%",
transform: "translate(-50%, -50%)",
background: "var(--theme-popup-bg)",
borderColor: "var(--theme-popup-border)",
color: "var(--fg)",
},
overlay: {
backgroundColor: "color-mix(in srgb, var(--bg) 80%, transparent)"
}
};

type FeedbackModalProps = {
Expand Down

0 comments on commit 5bcc4d0

Please sign in to comment.