From 0be0661750e908ea25fb8430eddd0e93074470f6 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Mon, 11 Mar 2024 12:40:33 -0700 Subject: [PATCH] ButtonGroup background --- src/modules/blocks/code/RenderCode.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/modules/blocks/code/RenderCode.tsx b/src/modules/blocks/code/RenderCode.tsx index ba0921406..c7684f119 100644 --- a/src/modules/blocks/code/RenderCode.tsx +++ b/src/modules/blocks/code/RenderCode.tsx @@ -68,10 +68,11 @@ 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', - // '& > button': { - // backgroundColor: 'background.level2', - // backdropFilter: 'blur(12px)', - // }, + // buttongroup: background + '& > div > button': { + backgroundColor: 'background.surface', + // backdropFilter: 'blur(12px)', + }, };