Skip to content

Commit

Permalink
apply font size to external legend
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Aug 6, 2024
1 parent 346857b commit b09dd7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function ProjectsTypesPillarsSubsidiesRequested() {
</Row>
<Row>
<Col>
<ul className="legend">
<ul style={{ fontSize: "12px" }}>
<li
style={{
display: "flex",
Expand Down

0 comments on commit b09dd7c

Please sign in to comment.