Skip to content

Commit

Permalink
fix: minor typographical improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
infi committed Dec 29, 2024
1 parent 7900b8c commit 3b1e098
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 20 deletions.
11 changes: 8 additions & 3 deletions packages/client/components/auth/src/flows/FlowHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,16 @@ export default function FlowHome() {
display: "flex",
"flex-direction": "column",
"align-items": "center",
"text-align": "center",
}}
>
<span>Find your community,</span>
<br />
<span>connect with the world.</span>
<span>
Find your com
<wbr />
munity,
<br />
connect with the world.
</span>
</b>
<span style={{ "text-align": "center", opacity: "0.5" }}>
Revolt is one of the best ways to stay connected with your
Expand Down
4 changes: 2 additions & 2 deletions packages/client/components/ui/themes/darkTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,15 +538,15 @@ export const darkTheme: (
"home-page-title": {
element: "h1",
margin: 0,
lineHeight: "1rem",
lineHeight: "1.5rem",
fontWeight: 600,
fontSize: "1.4rem",
},
// Legacy
"legacy-settings-title": {
element: "h1",
margin: 0,
lineHeight: "1rem",
lineHeight: "1.5rem",
fontWeight: 600,
fontSize: "1.2rem",
},
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b1e098

Please sign in to comment.