Merge pull request #2036 from millennIumAMbiguity/patch-2

Improve the readability of text in the theme editor.
This commit is contained in:
hydroflame 2021-12-19 10:13:57 -05:00 committed by GitHub
commit 8c2b969026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -356,8 +356,8 @@ export function ThemeEditorModal(props: IProps): React.ReactElement {
onChange={onThemeChange}
/>
<>
<Typography sx={{ my: 1 }}>Copy the string above if you want to backup or share your theme with others.</Typography>
<Typography sx={{ my: 1 }}>Use the buttons below to replace the current theme with a pre-built template</Typography>
<Typography sx={{ my: 1 }}>Backup your theme or share it with others by copying the string above.</Typography>
<Typography sx={{ my: 1 }}>Replace the current theme with a pre-built template using the buttons below.</Typography>
{themes}
</>
</Paper>