Merge pull request #117 from snowball-tools/ericlewis/bg

feat: background depth
This commit is contained in:
Eric Lewis
2024-02-26 22:35:37 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
import React from 'react';
const HorizontalLine = () => {
return <hr className="h-px bg-gray-300 border-0" />;
return <hr className="h-px bg-gray-100 border-0" />;
};
export default HorizontalLine;
+1 -1
View File
@@ -12,7 +12,7 @@ const OrgSlug = () => {
<Sidebar />
</div>
<div className="col-span-4 h-full p-3 overflow-y-hidden">
<div className="bg-white rounded-3xl h-full overflow-y-auto">
<div className="bg-white rounded-3xl h-full overflow-y-auto shadow-sm">
<OctokitProvider>
<Outlet />
</OctokitProvider>