Skip to content

Commit

Permalink
Fix bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
okky-hi committed Feb 28, 2025
1 parent 507db7e commit c4633db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/studio.giselles.ai/app/(main)/settings/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default async function SettingLayout({
children,
}: { children: ReactNode }) {
return (
<div className="flex divide-x divide-black-80 h-full">
<div className="flex divide-x divide-black-80 h-full bg-black-850">
<div className="w-[200px] p-[24px]">
<div className="grid gap-[16px]">
<MenuLink
Expand Down

0 comments on commit c4633db

Please sign in to comment.