Skip to content

Commit

Permalink
switch status to xs font size
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed May 6, 2024
1 parent 680235a commit 81cd24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/search/SearchOpportunityStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const SearchOpportunityStatus: React.FC<SearchOpportunityStatusProps> = ({

return (
<>
<h2 className="margin-bottom-1 font-sans-md">Opportunity status</h2>
<h2 className="margin-bottom-1 font-sans-xs">Opportunity status</h2>
<div className="grid-row flex-wrap">
{statusOptions.map((option) => (
<div key={option.id} className="grid-col-6 padding-right-1">
Expand Down

0 comments on commit 81cd24a

Please sign in to comment.