Skip to content

Commit

Permalink
fix: stop color pollution in external field modals
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Nov 27, 2023
1 parent 21645f3 commit 2e1b5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/components/ExternalInput/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
}

.ExternalInputModal {
color: black;
display: flex;
flex-direction: column;
position: relative;
Expand Down Expand Up @@ -216,7 +217,6 @@
border: none;
border-radius: 4px;
background: white;
color: black;
font-family: inherit;
font-size: 14px;
padding: 12px 15px;
Expand Down

1 comment on commit 2e1b5ef

@vercel
Copy link

@vercel vercel bot commented on 2e1b5ef Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.