fix(ui): resolve transparent dropdown background in Ligera theme (#4665)

Fixed the multi-library selector dropdown background in the Ligera theme by changing the palette.background.paper value from 'inherit' to bLight['500'] ('#ffffff'). This ensures the dropdown has a solid white background that properly overlays content, making the library selection options clearly readable.

Closes #4502
This commit is contained in:
Deluan Quintão 2025-11-08 12:47:02 -05:00 committed by GitHub
parent 9bb933c0d6
commit 69527085db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ export default {
},
background: {
default: '#f0f2f5',
paper: 'inherit',
paper: bLight['500'],
},
text: {
secondary: '#232323',