mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 08:25:47 +01:00
🐛 Fix Opacity for buttons
This commit is contained in:
@@ -21,7 +21,7 @@ export const ToggleEditModeAction = () => {
|
||||
|
||||
const smallerThanSm = useScreenSmallerThan('sm');
|
||||
const { config } = useConfigContext();
|
||||
const { classes } = useCardStyles(false);
|
||||
const { classes } = useCardStyles(true);
|
||||
|
||||
const toggleButtonClicked = () => {
|
||||
toggleEditMode();
|
||||
|
||||
Reference in New Issue
Block a user