fix: styling fix to Calculator setting dialog.

This commit is contained in:
SaadYousaf
2021-07-12 21:06:31 +05:00
committed by Saad Yousaf
parent 12c81b2056
commit b1c0bca386
2 changed files with 8 additions and 5 deletions

View File

@@ -37,9 +37,11 @@ export default function FormSwitchGroup({
/>
</div>
<Form.Text
className="mt-0 pr-3"
className="mt-0 pr-3 text-gray-700"
style={{
fontSize: '1.125rem',
}}
id={helpTextId}
muted
>
{helpText}
</Form.Text>