diff --git a/src/components/PropList.module.scss b/src/components/PropList.module.scss index 0948a0cb3..18c979d98 100644 --- a/src/components/PropList.module.scss +++ b/src/components/PropList.module.scss @@ -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; } } @@ -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; } @@ -31,6 +31,7 @@ .deprecation { padding: 0.5rem; background: var(--color-red-100); + color: var(--color-neutrals-900); } .deprecationDate { @@ -68,9 +69,8 @@ margin-bottom: 4rem; } - h4 { - margin-top: 0; - color: var(--color-neutrals-600); + h3 { + color: var(--accent-text-color); } .container {