Skip to content

Commit

Permalink
set border radius on search box back to default 8px and add drop shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
gumaerc committed Aug 29, 2024
1 parent 7448a98 commit 9f543df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/mit-learn/src/pages/HomePage/SearchInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { InputProps } from "ol-components"

const StyledInput = styled(Input)(({ theme }) => ({
height: "72px",
borderRadius: "6px",
boxShadow: "0px 8px 20px 0px rgba(120, 147, 172, 0.10)",
"&.MuiInputBase-adornedEnd": {
paddingRight: "0 !important",
},
Expand Down

0 comments on commit 9f543df

Please sign in to comment.