This commit is contained in:
Enrico Ros
2024-03-12 10:54:03 -07:00
parent 9a074c222f
commit fa7a45ebc7
+1 -1
View File
@@ -67,7 +67,7 @@ async function fetchPlantUmlSvg(plantUmlCode: string): Promise<string | null> {
export const overlayButtonsSx: SxProps = {
position: 'absolute', top: 0, right: 0, zIndex: 2, /* top of message and its chips */
display: 'flex', flexDirection: 'row', gap: 1,
opacity: 0, transition: 'opacity 0.15s',
opacity: 0, transition: 'opacity 0.2s cubic-bezier(.17,.84,.44,1)',
// buttongroup: background
'& > div > button': {
backgroundColor: 'background.surface',