Skip to content

Commit

Permalink
Smaller font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Nov 22, 2023
1 parent a55a4be commit 5b87eb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
# Add any local changes to `.env.development.local` so they won't be committed

# Local API
# REACT_APP_API_HOST=http://localhost:8080/
REACT_APP_API_HOST=http://localhost:8080/
REACT_APP_API_PATH=api/v1/
# Acceptance API
REACT_APP_API_HOST=https://acc.api.wonen.zaken.amsterdam.nl/
# REACT_APP_API_HOST=https://acc.api.wonen.zaken.amsterdam.nl/

# AZA
REACT_APP_AZA_FE=https://acc.wonen.zaken.amsterdam.nl/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
`
Expand All @@ -30,7 +31,7 @@ const PermitsPowerBrowser: React.FC<Props> = ({ bagId }) => {
<>
<Heading forwardedAs="h4">
Vergunningen PowerBrowser
{ permits.length > 0 && (
{ permits.length === 0 && (
<StyledSpan>
Alles tonen
<StyledSwitch
Expand Down

0 comments on commit 5b87eb5

Please sign in to comment.