Skip to content

Commit

Permalink
feat: update border color of the search that in cloud
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Amrutiya <[email protected]>
  • Loading branch information
amitamrutiya committed Oct 11, 2024
1 parent 935efaf commit 231810e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/StyledSearchBar/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const StyledSearchInput = styled(OutlinedInput)(({ style }) => ({
}));

export const InputAdornmentEnd = styled(InputAdornment)(({ theme }) => ({
borderLeft: `1px solid ${theme.palette.border.normal}`,
borderLeft: `1px solid ${theme.palette.background.tertiary}`,
height: '30px',
paddingLeft: '10px',
'@media (max-width: 590px)': {
Expand Down

0 comments on commit 231810e

Please sign in to comment.