From ed3019c5014f91ee373eea66eef7758574d35277 Mon Sep 17 00:00:00 2001 From: Bombamuerta Date: Wed, 17 Jun 2020 12:37:32 +0300 Subject: [PATCH] style(#ott-36): fixed button text align --- src/features/Common/Button/styled.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/features/Common/Button/styled.tsx b/src/features/Common/Button/styled.tsx index b3c9d504..5669f9f1 100644 --- a/src/features/Common/Button/styled.tsx +++ b/src/features/Common/Button/styled.tsx @@ -27,9 +27,7 @@ export const outlineButtonStyles = css` export const solidButtonStyles = css` ${baseButtonStyles} - padding-top: 18.5px; - padding-bottom: 13px; - color: #FFFFFF; + color: #fff; font-weight: bold; cursor: pointer; border-color: transparent;