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 <[email protected]>
  • Loading branch information
2 people authored and cmpadden committed May 6, 2024
1 parent 7cc1fa2 commit 0320d48
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

0 comments on commit 0320d48

Please sign in to comment.