Skip to content

Commit ff982bc

Browse files
committed
minor change
1 parent 7a69be6 commit ff982bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/shared-components/LanguageDropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const LanguageDropdown = ({ isApp }) => {
4545
alt={opt.label}
4646
width={28}
4747
height={24}
48-
style={{ display: "block", borderRadius: "2px" }}
48+
style={{ display: "block", borderRadius: "2px", opacity: 0.75 }}
4949
/>
5050
<Typography variant="body2" sx={{ color: isApp ? "white" : "black" }}>
5151
{opt.label}

0 commit comments

Comments
 (0)