From 0acdc82a7638f20f88dfc1b2dc4482b32be8e612 Mon Sep 17 00:00:00 2001 From: Samuel Rowe Date: Tue, 19 Jul 2022 22:49:20 +0530 Subject: [PATCH] feat(frontend): updated description font size --- services/frontend/src/components/Modal/Service/Environment.tsx | 1 + services/frontend/src/components/Modal/Service/Labels.tsx | 1 + services/frontend/src/components/Modal/Service/Volumes.tsx | 1 + 3 files changed, 3 insertions(+) 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 = () => {