The default background color of <select>will cause the <select> to be bad to see the texts in it which violates the best practice of minimum color contrast of texts in accessibilities guidelines.
Changes
Added bg-transparent to omit out the background for <select>.
Auto format and added a space line for better EOF handling.
Side by side screenshots of changes
Color Mode
Before
After
Day (white)
Night (dark)
style: incorrect background color for LanguageSelector in dark mode
Summary
<select>
will cause the<select>
to be bad to see the texts in it which violates the best practice of minimum color contrast of texts in accessibilities guidelines.Changes
bg-transparent
to omit out the background for<select>
.Side by side screenshots of changes