This commit is contained in:
Manav Rathi
2024-06-04 21:57:14 +05:30
parent 6a0126926d
commit 0a7af5b26d

View File

@@ -69,7 +69,9 @@ export function EnteMenuItem({
sx={{
width: "100%",
color: (theme) =>
variant !== "captioned" && theme.palette[color].main,
variant !== "captioned"
? theme.palette[color].main
: "inherit",
backgroundColor: (theme) =>
variant !== "secondary" && variant !== "mini"
? theme.colors.fill.faint