From fa7a45ebc7eeff45359b51298ff03bba6be51a6e Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Tue, 12 Mar 2024 10:54:03 -0700 Subject: [PATCH] bits --- src/modules/blocks/code/RenderCode.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/blocks/code/RenderCode.tsx b/src/modules/blocks/code/RenderCode.tsx index c7684f119..d49a0e048 100644 --- a/src/modules/blocks/code/RenderCode.tsx +++ b/src/modules/blocks/code/RenderCode.tsx @@ -67,7 +67,7 @@ async function fetchPlantUmlSvg(plantUmlCode: string): Promise { 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',