mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 17:57:31 +00:00
Fix
This commit is contained in:
@@ -70,10 +70,10 @@ export function EnteMenuItem({
|
||||
width: "100%",
|
||||
color: (theme) =>
|
||||
variant !== "captioned" && theme.palette[color].main,
|
||||
...(variant !== "secondary" &&
|
||||
variant !== "mini" && {
|
||||
backgroundColor: (theme) => theme.colors.fill.faint,
|
||||
}),
|
||||
backgroundColor: (theme) =>
|
||||
variant !== "secondary" && variant !== "mini"
|
||||
? theme.colors.fill.faint
|
||||
: "inherit",
|
||||
"&:hover": {
|
||||
backgroundColor: (theme) => theme.colors.fill.faintPressed,
|
||||
},
|
||||
|
Reference in New Issue
Block a user