meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
1 deletions
-
src/components/SettingsPage/SettingsSection.js
|
|
@ -106,7 +106,7 @@ export function SettingsSectionRow({ |
|
|
|
<Box ff="Open Sans|SemiBold" color="dark" fontSize={4}> |
|
|
|
{title} |
|
|
|
</Box> |
|
|
|
<Box ff="Open Sans" fontSize={3} color="grey" mt={1} mr={1}> |
|
|
|
<Box ff="Open Sans" fontSize={3} color="grey" mt={1} mr={1} style={{ maxWidth: 520 }}> |
|
|
|
{desc} |
|
|
|
</Box> |
|
|
|
</Box> |
|
|
|