Skip to content

Commit

Permalink
Add fix for span not being colored
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Dec 21, 2023
1 parent f2fb529 commit 8a156f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vizro-core/src/vizro/static/css/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,7 @@ h5,
h6 {
color: var(--text-secondary);
}

span {
color: var(--text-secondary);
}

0 comments on commit 8a156f9

Please sign in to comment.