Improve the readability of text in the theme editor.

Copy the string above if you want to backup or share your theme with others. -> Backup your theme or share it with others by copying the string above.
Use the buttons below to replace the current theme with a pre-built template -> Replace the current theme with a pre-built template using the buttons below.
This commit is contained in:
millennIumAMbiguity 2021-12-19 11:14:16 +01:00 committed by GitHub
parent efc3992c78
commit a9cf635a84
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>