Skip to content

Commit

Permalink
Merge pull request #26287 from winchesHe/fix-recently-search
Browse files Browse the repository at this point in the history
UI: Fix search result color contrast
  • Loading branch information
ndelangen authored Mar 12, 2024
2 parents f6c14d0 + f97d202 commit 171374c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/ui/manager/src/components/sidebar/SearchResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ const Title = styled.div(({ theme }) => ({
justifyContent: 'start',
gridAutoColumns: 'auto',
gridAutoFlow: 'column',
color: theme.textMutedColor,

'& > span': {
display: 'block',
Expand All @@ -143,7 +142,6 @@ const Path = styled.div(({ theme }) => ({
justifyContent: 'start',
gridAutoColumns: 'auto',
gridAutoFlow: 'column',
color: theme.textMutedColor,
fontSize: `${theme.typography.size.s1 - 1}px`,

'& > span': {
Expand Down

0 comments on commit 171374c

Please sign in to comment.