Skip to content

Commit

Permalink
Merge pull request #8544 from CitizenLabDotCo/merge-production-to-master
Browse files Browse the repository at this point in the history
Fix mistaken direct merge to production
  • Loading branch information
EdwinKato authored Jul 31, 2024
2 parents 2162401 + 26f7a96 commit d73284f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ import messages from '../../messages';
const StyledProgressBar = styled(ProgressBar)`
height: 12px;
width: 100%;
border: ${(props) =>
props.bgShaded ? 'none' : `1px solid ${props.theme.colors.tenantPrimary}`};
border-radius: ${(props) => props.theme.borderRadius};
`;

interface Props {
Expand Down

0 comments on commit d73284f

Please sign in to comment.