App wrapper styling

This commit is contained in:
ajnart
2023-01-03 22:31:37 +09:00
parent c1d3bebfb3
commit 90b6f23d3e

View File

@@ -22,7 +22,7 @@ export const HomarrCardWrapper = ({ ...props }: HomarrCardWrapperProps) => {
withBorder
style={{ cursor: isEditMode ? 'move' : 'default' }}
radius="lg"
shadow="md"
shadow="sm"
/>
);
};