We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a69be6 commit ff982bcCopy full SHA for ff982bc
1 file changed
src/ui/shared-components/LanguageDropdown.js
@@ -45,7 +45,7 @@ const LanguageDropdown = ({ isApp }) => {
45
alt={opt.label}
46
width={28}
47
height={24}
48
- style={{ display: "block", borderRadius: "2px" }}
+ style={{ display: "block", borderRadius: "2px", opacity: 0.75 }}
49
/>
50
<Typography variant="body2" sx={{ color: isApp ? "white" : "black" }}>
51
{opt.label}
0 commit comments