Skip to content

Commit

Permalink
Merge pull request #4247 from ethereum/LianaHus-patch-7
Browse files Browse the repository at this point in the history
Update homeTablangOptions.tsx for light theme
  • Loading branch information
LianaHus authored Nov 21, 2023
2 parents 324fb71 + 6c8e01f commit 91fc1f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function LanguageOptions({ plugin }: { plugin: any }) {
<>
<div style={{position: 'absolute', right: "1rem", paddingTop: "0.4rem"}}>
<Dropdown>
<Dropdown.Toggle title={langOptions} id="languagedropdown" size="sm" style={{backgroundColor: 'var(--secondary)'}}>
<Dropdown.Toggle title={langOptions} id="languagedropdown" size="sm" style={{backgroundColor: 'var(--secondary)', color: 'var(--text)'}}>
{langOptions}
</Dropdown.Toggle>
<Dropdown.Menu className="dropdown-menu langSelector" style={{ paddingTop: "0px", paddingBottom: "0px", minWidth: 'fit-content', backgroundColor: 'var(--body-bg)'}}>
Expand Down

0 comments on commit 91fc1f7

Please sign in to comment.