fix: missing text color responsive left panel (#5989)
This commit is contained in:
parent
99cc2efb90
commit
5e72d210d4
@ -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 &&
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user