Skip to content

Commit

Permalink
Merge #547
Browse files Browse the repository at this point in the history
547: unset textTransform when displaying keys r=mdubus a=tacman

# Pull Request

## Related issue
Fixes #494

## What does this PR do?
Removes allcaps from keys

## PR checklist
Please check if your PR fulfills the following requirements:
- [ X] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [ X] Have you read the contributing guidelines?
- [ X] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Tac Tacelosky <[email protected]>
  • Loading branch information
meili-bors[bot] and tacman authored Oct 9, 2024
2 parents 099f7b3 + 99ffd7d commit 155f4f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ const Header = ({
<Typography
variant="typo10"
color="gray.0"
style={{ textTransform: 'unset' }}
>{`v${version}`}</Typography>
)}
</Box>
Expand Down
1 change: 0 additions & 1 deletion src/components/Typography.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ const variants = {
font-size: 12px;
font-weight: 500;
line-height: 22px;
text-transform: uppercase;
`,
},
typo11: {
Expand Down

0 comments on commit 155f4f7

Please sign in to comment.