Skip to content

fix(site): standardize headers for Admin Settings page #16911

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Apr 1, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: set correct font size
  • Loading branch information
Parkreiner committed Mar 13, 2025
commit 840d6df739e464d8173f77a01765ec1cc8073207
2 changes: 1 addition & 1 deletion site/src/components/SettingsHeader/SettingsHeader.tsx
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we add a storybook for it covering the new variants?

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const SettingsHeader: FC<HeaderProps> = ({
</div>

{description && (
<p className="m-0 text-content-secondary leading-relaxed">
<p className="m-0 text-sm text-content-secondary leading-relaxed">
{description}
</p>
)}
Expand Down
Loading