refactor: remove background color from AreaRiservataLayoutUserView component

This commit is contained in:
Marco Pedone 2025-11-14 18:35:17 +01:00
parent a7ab100d6f
commit 98142fe782

View file

@ -187,7 +187,7 @@ export const AreaRiservataLayoutUserView = ({
const props = children.props as { userId: UsersId };
return (
<div className="flex h-full min-h-screen flex-col bg-white">
<div className="flex h-full min-h-screen flex-col">
<SiteHeader />
<main className="flex h-full flex-1 overflow-auto">
<UserViewProvider userId={props.userId}>