8726 workflow add a test button in workflow code step (#9016)
- add test button to workflow code step - add test tab to workflow code step https://github.com/user-attachments/assets/e180a827-7321-49a2-8026-88490c557da2  
This commit is contained in:
@ -10,6 +10,7 @@ export const BORDER_DARK = {
|
||||
secondaryInverted: GRAY_SCALE.gray35,
|
||||
inverted: GRAY_SCALE.gray20,
|
||||
danger: COLOR.red70,
|
||||
blue: COLOR.blue30,
|
||||
},
|
||||
...BORDER_COMMON,
|
||||
};
|
||||
|
||||
@ -10,6 +10,7 @@ export const BORDER_LIGHT = {
|
||||
secondaryInverted: GRAY_SCALE.gray50,
|
||||
inverted: GRAY_SCALE.gray60,
|
||||
danger: COLOR.red20,
|
||||
blue: COLOR.blue30,
|
||||
},
|
||||
...BORDER_COMMON,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user