Skip to content

Commit

Permalink
fix: consistent text color for dark and light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
josephgregoryii committed Jan 3, 2022
1 parent dcbc41f commit 2f613fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/instant-observability.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ const Label = ({ children, htmlFor }) => (
font-size: 1rem;
font-weight: 600;
margin-bottom: 0.5rem;
color: var(--color-neutrals-800);
color: var(--primary-text-color);
`}
>
{children}
Expand Down

0 comments on commit 2f613fe

Please sign in to comment.