Custom color in addition to primary, info etc #6426
NBugrovVentra
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I faced a case when the company has two corporate colors. I need to add them to both dark and light theme overrides to acces them with
useThemeVars
like this<n-icon :component="SomeIcon" :color="theme.primary2Color" />
Also on my previous job I had a similar case. I needed extra status color - critical
It would be greate if there is a way to add custom color group and type (for button, tag, etc) in addition to primary, info. success, warning and error
Beta Was this translation helpful? Give feedback.
All reactions