From 7505e9284723c015d68158ef124ce0a943afd7c1 Mon Sep 17 00:00:00 2001 From: Omer Gery <68545675+OmerGery@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:22:17 +0200 Subject: [PATCH] cr --- .../Locomotion/src/popups/ChoosePaymentMethod/styled.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/examples/client/Locomotion/src/popups/ChoosePaymentMethod/styled.js b/examples/client/Locomotion/src/popups/ChoosePaymentMethod/styled.js index 3cec6f382..83aa8c781 100644 --- a/examples/client/Locomotion/src/popups/ChoosePaymentMethod/styled.js +++ b/examples/client/Locomotion/src/popups/ChoosePaymentMethod/styled.js @@ -43,13 +43,10 @@ export const SummaryContainer = styled.View` `; export const Title = styled.Text` + ${FONT_SIZES.H2} + color: black; + ${FONT_WEIGHTS.SEMI_BOLD}; flex: 10; - color: #212229; - font-family: Inter; - font-size: 16px; - font-style: normal; - font-weight: 700; - line-height: 24px; `; export const StyledTextArea = styled(TextArea)`