Skip to content

Commit c0a966f

Browse files
revert bg color for threads and projects
1 parent 5afc348 commit c0a966f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-app/src/containers/LeftPanel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ const LeftPanel = () => {
403403
</div>
404404

405405
{filteredProjects.length > 0 && !(IS_IOS || IS_ANDROID) && (
406-
<div className="space-y-1 py-1 bg-left-panel-fg/5 rounded-lg mx-1 mb-3">
406+
<div className="space-y-1 py-1 rounded-lg mx-1 mb-3">
407407
<div className="flex items-center justify-between mb-2 px-2 pt-2">
408408
<span className="block text-xs text-left-panel-fg/50 font-semibold">
409409
{t('common:projects.title')}
@@ -496,7 +496,7 @@ const LeftPanel = () => {
496496
<div className="flex flex-col w-full h-full overflow-y-auto overflow-x-hidden mb-3">
497497
<div className="h-full w-full overflow-y-auto">
498498
{/* Chats Section with distinct background */}
499-
<div className="bg-left-panel-fg/3 rounded-lg mx-1 mb-3">
499+
<div className="rounded-lg mx-1 mb-3">
500500
{favoritedThreads.length > 0 && (
501501
<>
502502
<div className="flex items-center justify-between mb-2 px-2 pt-2">

0 commit comments

Comments
 (0)