fix(thumbnail) Fix top indicators sizes (#12539)

Fix sizes after icon update
This commit is contained in:
Robert Pintilii
2022-11-10 10:22:57 +02:00
committed by robertpin
parent f445d3bc31
commit 1276d1842d
4 changed files with 14 additions and 4 deletions

View File

@@ -117,7 +117,12 @@ const styles = () => {
return {
triggerButton: {
padding: '3px !important',
borderRadius: '4px'
borderRadius: '4px',
'& svg': {
width: '20px',
height: '20px'
}
},
contextMenu: {