You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] bug report => Search github for a similar issue or PR before submitting
[ x] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primevue/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=110
Could you please add actual reds to the basic Color Palette ?
I realise Pink is already in there, but it doesn't really cover all needs.
Here is what I added to my custom theme to have access to red css-variables, it might not be perfect, be it was good enough for my uses :
I'm submitting a ... (check one with "x")
Could you please add actual reds to the basic Color Palette ?
I realise Pink is already in there, but it doesn't really cover all needs.
Here is what I added to my custom theme to have access to red css-variables, it might not be perfect, be it was good enough for my uses :
--red-50: #ffcdd2;
--red-100: #ef9a9a;
--red-200: #e57373;
--red-300: #ef5350;
--red-400: #f44336;
--red-500: #e53935;
--red-600: #d32f2f;
--red-700: #d50000;
--red-800: #c62828;
--red-900: #b71c1c;
I would've made a pull request directly to add them, but I'm unsure where it is handled
The text was updated successfully, but these errors were encountered: