Skip to content

Commit

Permalink
fix: not best choice of color for ExternalInput
Browse files Browse the repository at this point in the history
  • Loading branch information
leweyse committed Oct 19, 2023
1 parent 2afc608 commit 0c88093
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/core/components/ExternalInput/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,7 @@
padding: 16px 24px;
}

.ExternalInput tr:nth-of-type(n) {
color: hsl(var(--puck-background));
background-color: white;
}

.ExternalInput tr:nth-of-type(2n) {
background-color: hsl(var(--puck-background));
.ExternalInput tr {
color: hsl(var(--puck-foreground));
}

Expand Down

0 comments on commit 0c88093

Please sign in to comment.