Skip to content

Commit

Permalink
Merge pull request #41673 from MrMuzyk/fix/picker-missing-up-and-down…
Browse files Browse the repository at this point in the history
…-arrows-and-done-button

fix: restore Picker Done button
  • Loading branch information
luacmartins authored May 7, 2024
2 parents a872aec + 1ad61dc commit 54e67f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 158 deletions.
158 changes: 0 additions & 158 deletions src/pages/workspace/reimburse/WorkspaceRateAndUnitPage.tsx

This file was deleted.

5 changes: 5 additions & 0 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ const styles = (theme: ThemeColors) =>
fontSize: 17,
},
modalViewMiddle: {
position: 'relative',
backgroundColor: theme.border,
borderTopWidth: 0,
},
Expand Down Expand Up @@ -841,6 +842,10 @@ const styles = (theme: ThemeColors) =>
width: variables.iconSizeExtraSmall,
height: variables.iconSizeExtraSmall,
},
chevronContainer: {
pointerEvents: 'none',
opacity: 0,
},
} satisfies CustomPickerStyle),

badge: {
Expand Down

0 comments on commit 54e67f0

Please sign in to comment.