mirror of
https://github.com/snowball-tools/snowballtools-base
synced 2024-11-17 18:39:19 +00:00
Merge pull request #117 from snowball-tools/ericlewis/bg
feat: background depth
This commit is contained in:
commit
538e89e3c9
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user