Skip to content

Commit

Permalink
Merge pull request #15675 from Expensify/georgia-localPickerColor
Browse files Browse the repository at this point in the history
Fix Local Picker Background for Windows
  • Loading branch information
techievivek authored Mar 6, 2023
2 parents 95cdfdb + cbf61fa commit 8852f73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/LocalePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
);
};
Expand Down
3 changes: 0 additions & 3 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ const styles = {
paddingRight: 17,
paddingTop: 6,
paddingBottom: 6,
borderRadius: variables.componentBorderRadius,
borderWidth: 0,
color: themeColors.text,
height: 26,
Expand All @@ -593,7 +592,6 @@ const styles = {
paddingTop: 6,
paddingBottom: 6,
borderWidth: 0,
borderRadius: variables.componentBorderRadius,
color: themeColors.text,
appearance: 'none',
height: 26,
Expand All @@ -609,7 +607,6 @@ const styles = {
paddingTop: 6,
paddingBottom: 6,
borderWidth: 0,
borderRadius: variables.componentBorderRadius,
color: themeColors.text,
height: 26,
opacity: 1,
Expand Down

0 comments on commit 8852f73

Please sign in to comment.