🐛 Fix Opacity for buttons

This commit is contained in:
ajnart
2023-01-22 23:10:05 +09:00
parent 38bcbabf3d
commit 8209b70674
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ interface AddElementActionProps {
export const AddElementAction = ({ type }: AddElementActionProps) => {
const { t } = useTranslation('layout/element-selector/selector');
const { classes } = useCardStyles(false);
const { classes } = useCardStyles(true);
switch (type) {
case 'button':