Skip to content

Commit 0f1d57f

Browse files
committed
fix: update button styles to warning in TriggerDetails component
1 parent 4c73a76 commit 0f1d57f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Shared/Components/CICDHistory/TriggerDetails.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ const TriggerDetails = memo(
491491
text="Some Resources"
492492
variant={ButtonVariantType.text}
493493
size={ComponentSizeType.medium}
494+
style={ButtonStyleType.warning}
494495
onClick={handleShowResourceConflictDetailsModal}
495496
/>
496497
 
@@ -649,6 +650,7 @@ const TriggerDetails = memo(
649650
startIcon: <Icon name="ic-rocket-launch" color={null} />,
650651
onClick: handleShowRedeployDialog,
651652
variant: ButtonVariantType.text,
653+
style: ButtonStyleType.warning,
652654
size: ComponentSizeType.medium,
653655
}}
654656
/>

0 commit comments

Comments
 (0)