Skip to content

Commit

Permalink
Tweak sidebar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcginnes committed Feb 3, 2025
1 parent 654b339 commit 93d0ed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const WorkspaceSideBar = ({
direction === "row-reverse" && "flex-row-reverse"
)}
>
<div className="bg-brand-100 text-brand-900 dark:text-brand-100 flex flex-col gap-2 p-2 dark:bg-gray-900">
<div className="bg-background-secondary/60 text-primary-dark dark:text-brand-100 shadow-primary-dark/20 flex flex-col gap-2 p-2 shadow dark:bg-gray-900">
{sidebarActions}
</div>
{sidebarContent}
Expand Down

0 comments on commit 93d0ed5

Please sign in to comment.