mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 17:57:31 +00:00
Fix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user