Skip to content

Commit

Permalink
styles: increase opacity in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
pnxl committed Aug 13, 2023
1 parent ab63788 commit 9e8fd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/dashboard/[workspace_id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const Page: Component = () => {
}
>
<div class="backdrop-blur-xl w-screen h-screen relative flex overflow-hidden">
<div class="text-text bg-surface0/65 min-w-64 w-1/5 shrink-0">
<div class="text-text bg-surface0/80 min-w-64 w-1/5 shrink-0">
<header class="px-4 pt-6 pb-2 shrink-0 sticky top-0 w-full h-14 flex flex-row flex flex-row gap-[10px] items-center w-full">
<img src={cattoDriveLogo} class="w-10 h-10 -ml-1 mt-1" />
<span class="text-lg">
Expand Down

0 comments on commit 9e8fd0d

Please sign in to comment.