fix: missing text color responsive left panel (#5989)

This commit is contained in:
Faisal Amir 2025-07-30 22:23:57 +07:00 committed by GitHub
parent 99cc2efb90
commit 5e72d210d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -197,7 +197,7 @@ const LeftPanel = () => {
isResizableContext && 'h-full w-full', isResizableContext && 'h-full w-full',
// Small screen context: fixed positioning and styling // Small screen context: fixed positioning and styling
isSmallScreen && isSmallScreen &&
'fixed h-[calc(100%-16px)] bg-main-view z-40 rounded-sm border border-left-panel-fg/10 m-2 px-1 w-48', 'fixed h-[calc(100%-16px)] bg-app z-50 rounded-sm border border-left-panel-fg/10 m-2 px-1 w-48',
// Default context: original styling // Default context: original styling
!isResizableContext && !isResizableContext &&
!isSmallScreen && !isSmallScreen &&