Skip to content

Commit

Permalink
feat: 🎸 changing styles for selectedAgencyInfo overline
Browse files Browse the repository at this point in the history
  • Loading branch information
koepferd committed Dec 22, 2020
1 parent 7215d45 commit 31b00c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/selectedAgencyInfo/SelectedAgencyInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const SelectedAgencyInfo = (props: SelectedAgencyInfoProps) => {
>
<InfoText
text={props.prefix}
className="selectedAgencyInfo__text"
className="selectedAgencyInfo__text selectedAgencyInfo__overline"
/>
<p className="selectedAgencyInfo__agencyName">
{props.agencyData.name}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ $iconSize: 16px;
margin: 0;
}

&__overline {
color: $secondary;
}

&__agencyName {
font-size: $font-size-secondary;
line-height: $line-height-secondary;
Expand Down

0 comments on commit 31b00c9

Please sign in to comment.