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 Joe Stump
parent 6217de319d
commit daa04bc864
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

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