Create variants for workflow visualizer nodes (#10006)
Closes https://github.com/twentyhq/core-team-issues/issues/332 - Create the success and failed variants - Introduce the first responsive color - Creating stories for the new variants These components are not yet in use in the source code. If you want to see them, launch Storybook. | Success | Failure | |--------|--------| |  |  | |  |  |
This commit is contained in:
committed by
GitHub
parent
5be22413c9
commit
125a0c3419
@ -1,5 +1,7 @@
|
||||
export * from './constants/AccentDark';
|
||||
export * from './constants/AccentLight';
|
||||
export * from './constants/AdaptiveColorsDark';
|
||||
export * from './constants/AdaptiveColorsLight';
|
||||
export * from './constants/Animation';
|
||||
export * from './constants/BackgroundDark';
|
||||
export * from './constants/BackgroundLight';
|
||||
|
||||
Reference in New Issue
Block a user