refactor: remove background color from AreaRiservataLayoutUserView component
This commit is contained in:
parent
a7ab100d6f
commit
98142fe782
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ export const AreaRiservataLayoutUserView = ({
|
||||||
const props = children.props as { userId: UsersId };
|
const props = children.props as { userId: UsersId };
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex h-full min-h-screen flex-col bg-white">
|
<div className="flex h-full min-h-screen flex-col">
|
||||||
<SiteHeader />
|
<SiteHeader />
|
||||||
<main className="flex h-full flex-1 overflow-auto">
|
<main className="flex h-full flex-1 overflow-auto">
|
||||||
<UserViewProvider userId={props.userId}>
|
<UserViewProvider userId={props.userId}>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue