mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
🐛 Fix Opacity for buttons
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user