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:
@ -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>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user