ButtonGroup background

This commit is contained in:
Enrico Ros
2024-03-11 12:40:33 -07:00
parent eaa7230af7
commit 0be0661750
+5 -4
View File
@@ -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)',
},
};