File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments