Skip to content

Commit

Permalink
Merge pull request #13708 from transcom/INT-B-19809-add-SC-flags-for-…
Browse files Browse the repository at this point in the history
…orders

INT B-19809 508 Fix
  • Loading branch information
traskowskycaci authored Sep 13, 2024
2 parents ff64926 + 4c3c95c commit 090d92b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/pages/Office/MoveDetails/MoveDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ const MoveDetails = ({
<div className={styles.container}>
<LeftNav sections={sections}>
<LeftNavTag
background="#d63e04"
background="#e34b11"
associatedSectionName="orders"
showTag={missingOrdersInfoCount !== 0}
testID="tag"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ const ServicesCounselingMoveDetails = ({
{shipmentConcernCount}
</LeftNavTag>
<LeftNavTag
background="#d63e04"
background="#e34b11"
associatedSectionName="orders"
showTag={missingOrdersInfoCount !== 0}
testID="tag"
Expand Down
6 changes: 3 additions & 3 deletions src/shared/styles/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ $base-darker: #3d4551;
$base-darkest: #171717;

//Group 4: Form State colors
$error: #d63e04;
$error-dark: #A03003;
$error: #e34b11;
$error-dark: #a03003;
$error-light: #f4e3db;
$warning: #ffbe2e;
$warning-light: #faf3d1;
Expand All @@ -39,7 +39,7 @@ $accent-nts: #d85bef;
$accent-ntsr: #8168b3;
$accent-boat: #5d92ba;
$accent-mobile-home: #1fd819;
$accent-pro-gear: #71767A;
$accent-pro-gear: #71767a;
$accent-default: $base-light;

// Group 6 Info colors
Expand Down

0 comments on commit 090d92b

Please sign in to comment.