We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c73a76 commit 0f1d57fCopy full SHA for 0f1d57f
1 file changed
src/Shared/Components/CICDHistory/TriggerDetails.tsx
@@ -491,6 +491,7 @@ const TriggerDetails = memo(
491
text="Some Resources"
492
variant={ButtonVariantType.text}
493
size={ComponentSizeType.medium}
494
+ style={ButtonStyleType.warning}
495
onClick={handleShowResourceConflictDetailsModal}
496
/>
497
@@ -649,6 +650,7 @@ const TriggerDetails = memo(
649
650
startIcon: <Icon name="ic-rocket-launch" color={null} />,
651
onClick: handleShowRedeployDialog,
652
variant: ButtonVariantType.text,
653
+ style: ButtonStyleType.warning,
654
size: ComponentSizeType.medium,
655
}}
656
0 commit comments