1
0
mirror of https://github.com/coder/coder.git synced 2025-03-15 10:17:09 +00:00

fix: set correct font size

This commit is contained in:
Michael Smith
2025-03-13 21:00:25 +00:00
parent 49b9dfeb4a
commit 840d6df739

@ -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>
)}