small fixes to theme override panel

This commit is contained in:
nizune
2021-07-09 00:11:01 +02:00
parent fa9fe2d6a5
commit 2babf56ccf
2 changed files with 6 additions and 3 deletions

View File

@@ -250,7 +250,7 @@ export function Component(props: Props) {
</Button>
</Tooltip>
<div className={styles.code} onClick={() => writeClipboard(JSON.stringify(theme))}>
<Tooltip content={<Text id="app.special.copy" />}>
<Tooltip content={<Text id="app.special.copy" />}> {/*TOFIX: Try to put the tooltip above the .code div without messing up the css challenge */}
{JSON.stringify(theme)}
</Tooltip>
</div>