We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1542f33 commit 468a52cCopy full SHA for 468a52c
1 file changed
gui/src/components/settings/pages/InterfaceSettings.tsx
@@ -489,7 +489,9 @@ export function InterfaceSettings() {
489
</div>
490
491
<div className="pb-4">
492
- <Typography variant="section-title">{l10n.getString('settings-interface-appearance-hue')}</Typography>
+ <Typography variant="section-title">
493
+ {l10n.getString('settings-interface-appearance-hue')}
494
+ </Typography>
495
496
<div className="grid sm:grid-cols-2 pb-4">
497
<Range
0 commit comments