Skip to content

Commit

Permalink
make the file pretext on file headers in front of file status bold. (#…
Browse files Browse the repository at this point in the history
…4067)

Co-authored-by: Smith <[email protected]>
  • Loading branch information
devinleighsmith and Smith committed May 31, 2024
1 parent da098a2 commit 1fa7579
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ const StatusField: React.FunctionComponent<React.PropsWithChildren<IStatusFieldP
<StyledBottomRow className="no-gutters justify-content-end align-items-end">
<Col />
<Col xs="auto" className="align-self-end d-flex">
<StyledSmallText>{preText}</StyledSmallText>
<StyledSmallText>
<b>{preText}</b>
</StyledSmallText>
<RetiredWarning $variant={statusFound.colorVariant}>
<statusFound.icon size={16} />
{statusCodeType?.description.toUpperCase()}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@ exports[`AcquisitionView component > renders as expected 1`] = `
<span
class="c3"
>
File:
<b>
File:
</b>
</span>
<div
class="c5 c6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,9 @@ exports[`DispositionView component > renders as expected 1`] = `
<span
class="c3"
>
File:
<b>
File:
</b>
</span>
<div
class="c5 c6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,9 @@ exports[`ProjectSummaryView component > matches snapshot 1`] = `
>
<span
class="c3"
/>
>
<b />
</span>
<div
class="c5 c6"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ exports[`ProjectHeader component > renders as expected 1`] = `
>
<span
class="c2"
/>
>
<b />
</span>
<div
class="c4 c5"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,9 @@ exports[`ResearchContainer component > renders as expected 1`] = `
<span
class="c6"
>
File:
<b>
File:
</b>
</span>
<div
class="c8 c9"
Expand Down

0 comments on commit 1fa7579

Please sign in to comment.