There are two CSS variables that represent the secondary text color at the same time #5060
Labels
Component: Documentation
Issue or pull request is related to Documentation
Milestone
Describe the bug
--text-color-secondary
occurs 60 times throughout the project--text-secondary-color
occurs 9 times throughout the projectI found this out because I saw the name
--text-secondary-color
on https://primereact.org/colors/, but when I used it in my project I found that it didn't override the corresponding variable in/themes/mdc-dark-indigo/theme.css
. I realized that it's called--text-color-secondary
here.I found a similar issue at the same time, but it seems that not all naming inconsistencies were resolved at that time.
Reproducer
No response
PrimeReact version
10.0.2
React version
18.x
Language
TypeScript
Build / Runtime
Next.js
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: