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,3 +1,4 @@
|
||||
import { ADAPTIVE_COLORS_DARK } from '@ui/theme/constants/AdaptiveColorsDark';
|
||||
import { BLUR_DARK } from '@ui/theme/constants/BlurDark';
|
||||
import { ILLUSTRATION_ICON_DARK } from '@ui/theme/constants/IllustrationIconDark';
|
||||
import { SNACK_BAR_DARK, ThemeType } from '..';
|
||||
@ -24,5 +25,6 @@ export const THEME_DARK: ThemeType = {
|
||||
tag: TAG_DARK,
|
||||
code: CODE_DARK,
|
||||
IllustrationIcon: ILLUSTRATION_ICON_DARK,
|
||||
adaptiveColors: ADAPTIVE_COLORS_DARK,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user