Skip to content

Commit

Permalink
fix: small ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StructuralRealist committed Feb 2, 2024
1 parent 828b23f commit 73ed93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/studio/app/routes/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Auth: React.FC = () => (
<div className="flex-1 flex overflow-hidden">
<MainMenu />
<div className="flex-1 flex flex-col">
<div className="flex-1 flex flex-col items-center overflow-y-auto bg-gray-50 dark:bg-gray-800">
<div className="flex-1 flex flex-col items-center overflow-y-auto bg-white dark:bg-gray-800">
<div className="flex-1 flex flex-col w-full">
<Outlet />
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/app/ui/AppHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const AppHeader: React.FC = () => {
const icon = config.about?.icon;

return (
<header className="px-4 py-2 bg-white dark:bg-gray-900 flex justify-between items-center border-0 border-solid border-b shadow-sm z-20 relative border-gray-200 dark:border-gray-600">
<header className="px-4 py-2 bg-white dark:bg-gray-900 flex justify-between items-center border-0 border-solid border-b border-gray-200 dark:border-gray-600">
<div className="md:hidden" />
<div className="flex items-center gap-4">
<Link
Expand Down

0 comments on commit 73ed93b

Please sign in to comment.