diff --git a/src/styles/index.ts b/src/styles/index.ts index 0050692559bc..f895352d6d68 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -3197,6 +3197,7 @@ const styles = (theme: ThemeColors) => paddingHorizontal: 24, backgroundColor: theme.hoverComponentBG, borderRadius: variables.componentBorderRadiusRounded, + justifyContent: 'center', }, searchContainerHovered: { @@ -3703,10 +3704,6 @@ const styles = (theme: ThemeColors) => ...flex.alignItemsCenter, }, - shareCodePage: { - paddingHorizontal: 38.5, - }, - shareCodeContainer: { width: '100%', alignItems: 'center',