diff --git a/src/app/components/permits/PermitsPowerBrowser/PermitsPowerBrowser.tsx b/src/app/components/permits/PermitsPowerBrowser/PermitsPowerBrowser.tsx index 7414f0b78..0d44f49e3 100644 --- a/src/app/components/permits/PermitsPowerBrowser/PermitsPowerBrowser.tsx +++ b/src/app/components/permits/PermitsPowerBrowser/PermitsPowerBrowser.tsx @@ -9,6 +9,7 @@ import { usePermitsPowerBrowser } from "app/state/rest" const StyledSpan = styled.span` color: ${ themeColor("tint","level5") }; font-weight: 500; + font-size: 16px; display: flex; align-items: center; `