Skip to content

Commit

Permalink
fix(app): remove input field box-shadow on ODD (#15040)
Browse files Browse the repository at this point in the history
* fix(app): remove input field box-shadow on ODD
  • Loading branch information
koji authored May 3, 2024
1 parent 7aa5805 commit 93d3180
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/atoms/InputField/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ function Input(props: InputFieldProps): JSX.Element {
@media ${RESPONSIVENESS.touchscreenMediaQuerySpecs} {
height: ${size === 'small' ? '4.25rem' : '5rem'};
box-shadow: ${hasError ? BORDERS.shadowBig : 'none'};
font-size: ${TYPOGRAPHY.fontSize28};
padding: ${SPACING.spacing16} ${SPACING.spacing24};
border: 2px ${BORDERS.styleSolid}
Expand Down

0 comments on commit 93d3180

Please sign in to comment.