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:
@ -367,7 +367,7 @@ const StyledSeparator = styled.div<{
|
||||
background: ${({ theme, accent }) => {
|
||||
switch (accent) {
|
||||
case 'blue':
|
||||
return theme.color.blue30;
|
||||
return theme.border.color.blue;
|
||||
case 'danger':
|
||||
return theme.border.color.danger;
|
||||
default:
|
||||
@ -387,7 +387,7 @@ const StyledShortcutLabel = styled.div<{
|
||||
color: ${({ theme, variant, accent }) => {
|
||||
switch (accent) {
|
||||
case 'blue':
|
||||
return theme.color.blue30;
|
||||
return theme.border.color.blue;
|
||||
case 'danger':
|
||||
return variant === 'primary'
|
||||
? theme.border.color.danger
|
||||
|
||||
Reference in New Issue
Block a user