Skip to content

Commit

Permalink
[ui] Reduce highlight intensity in global search (#21645)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Worlds smallest nit here, but the highlighting in global search is now
STRONG with the new font, made it less so. This is the only place this
text component is used.

Before:
<img width="805" alt="Screenshot 2024-05-03 at 3 40 34 PM"
src="https://github.com/dagster-io/dagster/assets/1037212/07c8337a-a29c-4ae9-ac2f-350f3086b0a3">

After:
<img width="711" alt="Screenshot 2024-05-03 at 3 40 26 PM"
src="https://github.com/dagster-io/dagster/assets/1037212/9b5370e3-7a1f-4994-aac7-9e811c8fec24">

Co-authored-by: bengotow <bgotow@elementl.com>
  • Loading branch information
bengotow and bengotow committed May 6, 2024
1 parent 4356834 commit f2cd4fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const CaptionSubtitle = styled(Text)`
export const CaptionBolded = styled(Text)`
font-family: ${FontFamily.default};
font-size: 12px;
font-weight: 900;
font-weight: 700;
`;

export const Code = styled(Text)`
Expand Down

1 comment on commit f2cd4fb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-storybook ready!

✅ Preview
https://dagit-storybook-ki8a1q5i5-elementl.vercel.app

Built with commit f2cd4fb.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.