[components/tootlip][s]: tooltip width adjstmnt

This commit is contained in:
olayway 2022-05-18 22:03:35 +02:00
parent 03c73b4c47
commit 6af3ef9bd2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import documentExtract from '../utils/documentExtract'
const tooltipBoxStyle = (theme) => ({
height: 'auto',
maxWidth: '60vw',
maxWidth: '30rem',
padding: '1rem',
background: theme === 'light' ? '#fff' : '#000',
color: theme === 'light' ? 'rgb(99, 98, 98)' : '#A8A8A8',