diff --git a/services/frontend/src/components/Modal/Service/Environment.tsx b/services/frontend/src/components/Modal/Service/Environment.tsx index 7ddcbd7..a613252 100644 --- a/services/frontend/src/components/Modal/Service/Environment.tsx +++ b/services/frontend/src/components/Modal/Service/Environment.tsx @@ -26,6 +26,7 @@ const Description = styled("p")` margin-top: ${({ theme }) => theme.spacing(2)}; text-align: center; color: #7a7a7a; + font-size: 14px; `; const Environment = () => { diff --git a/services/frontend/src/components/Modal/Service/Labels.tsx b/services/frontend/src/components/Modal/Service/Labels.tsx index a0a2fa8..a27865f 100644 --- a/services/frontend/src/components/Modal/Service/Labels.tsx +++ b/services/frontend/src/components/Modal/Service/Labels.tsx @@ -26,6 +26,7 @@ const Description = styled("p")` margin-top: ${({ theme }) => theme.spacing(2)}; text-align: center; color: #7a7a7a; + font-size: 14px; `; const Labels = () => { diff --git a/services/frontend/src/components/Modal/Service/Volumes.tsx b/services/frontend/src/components/Modal/Service/Volumes.tsx index ab75f3a..d4d6764 100644 --- a/services/frontend/src/components/Modal/Service/Volumes.tsx +++ b/services/frontend/src/components/Modal/Service/Volumes.tsx @@ -26,6 +26,7 @@ const Description = styled("p")` margin-top: ${({ theme }) => theme.spacing(2)}; text-align: center; color: #7a7a7a; + font-size: 14px; `; const Volumes = () => {