Skip to content

Commit 4eaba59

Browse files
UAT changes
1 parent bfc8613 commit 4eaba59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/ApplicationGroup/Details/TriggerView/BulkSourceChange.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ export default function BulkSourceChange({ closePopup, responseList, changeBranc
7676
const renderInfoBar = (): JSX.Element => {
7777
return (
7878
<InfoColourBar
79-
message="Branch will be changed only for build pipelines with source type as ‘Branch Fixed’."
80-
classname="warn"
79+
message="Branch will be changed only for build pipelines with source type as ‘Branch Fixed’ or ‘Branch Regex’."
80+
classname="warn dc__no-border-radius dc__no-top-border dc__no-left-border dc__no-right-border"
8181
Icon={Warn}
8282
iconClass="warning-icon"
8383
/>

src/components/ApplicationGroup/Details/TriggerView/SourceUpdateResponseModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function SourceUpdateResponseModal({ closePopup, responseList, is
3030
<div
3131
className={`dc__border-top flex bcn-0 pt-16 pr-20 pb-16 pl-20 dc__position-fixed dc__bottom-0 env-modal-width right`}
3232
>
33-
<button className="cta cancel h-36" data-testid="close-popup" onClick={closePopup}>
33+
<button className="cta cancel flex h-36" data-testid="close-popup" onClick={closePopup}>
3434
Close
3535
</button>
3636
</div>

0 commit comments

Comments
 (0)