Improve Image warning & style. Closes #419

This commit is contained in:
Enrico Ros
2024-02-22 10:36:49 -08:00
parent 69a12d45f3
commit fb6f96689b
4 changed files with 106 additions and 62 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ async function fetchPlantUmlSvg(plantUmlCode: string): Promise<string | null> {
export const overlayButtonsSx: SxProps = {
position: 'absolute', top: 0, right: 0, zIndex: 10,
display: 'flex', flexDirection: 'row', gap: 1,
opacity: 0, transition: 'opacity 0.2s',
opacity: 0, transition: 'opacity 0.15s',
// '& > button': {
// backgroundColor: 'background.level2',
// backdropFilter: 'blur(12px)',