diff --git a/src/components/LocalePicker.js b/src/components/LocalePicker.js index 6d1b56ecaa27..fa30093e8787 100644 --- a/src/components/LocalePicker.js +++ b/src/components/LocalePicker.js @@ -48,7 +48,7 @@ const LocalePicker = (props) => { size={props.size} value={props.preferredLocale} containerStyles={props.size === 'small' ? [styles.pickerContainerSmall] : []} - backgroundColor={themeColors.transparent} + backgroundColor={themeColors.midtone} /> ); }; diff --git a/src/styles/styles.js b/src/styles/styles.js index 9b9bae9ebe58..af7c92065caa 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -568,7 +568,6 @@ const styles = { paddingRight: 17, paddingTop: 6, paddingBottom: 6, - borderRadius: variables.componentBorderRadius, borderWidth: 0, color: themeColors.text, height: 26, @@ -593,7 +592,6 @@ const styles = { paddingTop: 6, paddingBottom: 6, borderWidth: 0, - borderRadius: variables.componentBorderRadius, color: themeColors.text, appearance: 'none', height: 26, @@ -609,7 +607,6 @@ const styles = { paddingTop: 6, paddingBottom: 6, borderWidth: 0, - borderRadius: variables.componentBorderRadius, color: themeColors.text, height: 26, opacity: 1,