Skip to content

Commit

Permalink
feat: Update PropList to handle dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 23, 2020
1 parent fcf7d1b commit 15a1ccb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/PropList.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
&:not(:last-child) {
margin-bottom: 2rem;
padding-bottom: 2rem;
border-bottom: solid var(--color-neutrals-200) 1px;
border-bottom: solid var(--divider-color) 1px;
}
}

Expand All @@ -22,7 +22,7 @@
margin-top: 2rem;

.label {
color: var(--color-neutrals-600);
color: var(--accent-text-color);
font-size: 0.75rem;
font-weight: bold;
}
Expand All @@ -31,6 +31,7 @@
.deprecation {
padding: 0.5rem;
background: var(--color-red-100);
color: var(--color-neutrals-900);
}

.deprecationDate {
Expand Down Expand Up @@ -68,9 +69,8 @@
margin-bottom: 4rem;
}

h4 {
margin-top: 0;
color: var(--color-neutrals-600);
h3 {
color: var(--accent-text-color);
}

.container {
Expand Down

0 comments on commit 15a1ccb

Please sign in to comment.