Skip to content

Commit

Permalink
chore: white bg
Browse files Browse the repository at this point in the history
  • Loading branch information
Praizee committed Aug 24, 2024
1 parent fc216f1 commit 78d6ccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const layout: FC<Iproperties> = ({ children }) => {
return (
<div className="grid grid-cols-[auto_1fr]">
<SettingsSidebar />
<div className="mt-7">{children}</div>
<div className="bg-white pt-7">{children}</div>
</div>
);
};
Expand Down

0 comments on commit 78d6ccc

Please sign in to comment.