Skip to content

Commit

Permalink
remove temporary background color
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilan committed Jan 2, 2024
1 parent 5039257 commit 1279f16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-ui/src/components/atoms/SelectField.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ const SelectField = forwardRef(
disabled={disabled}
fullWidth={fullWidth}
required={required}
// TODO: remove this backgroundColor before creating the patch version
sx={{ backgroundColor: '#fbfbbc !important' }}
>
{label && <Label id={ariaLabelledBy}>{label}</Label>}

Expand Down

0 comments on commit 1279f16

Please sign in to comment.