diff options
Diffstat (limited to 'src/components/common')
-rw-r--r-- | src/components/common/GradientBorderButton.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/common/GradientBorderButton.tsx b/src/components/common/GradientBorderButton.tsx index 0402c44b..00ea7175 100644 --- a/src/components/common/GradientBorderButton.tsx +++ b/src/components/common/GradientBorderButton.tsx @@ -45,20 +45,20 @@ const styles = StyleSheet.create({ marginVertical: 15, }, gradientContainer: { - width: 159, - height: 38, + width: 175, + height: 40, }, label: { fontWeight: '500', - fontSize: normalize(15), + fontSize: normalize(14), }, maskBorder: { borderRadius: 20, }, textContainer: { position: 'absolute', - width: 159, - height: 38, + width: 175, + height: 40, justifyContent: 'center', alignItems: 'center', }, |