Fix design for select action (#9857)
as title fixes https://discord.com/channels/1130383047699738754/1330945172489371771
This commit is contained in:
@ -32,9 +32,7 @@ const StyledMenuItemCommandContainer = styled.div<{ isSelected?: boolean }>`
|
||||
--vertical-padding: ${({ theme }) => theme.spacing(2)};
|
||||
align-items: center;
|
||||
background: ${({ isSelected, theme }) =>
|
||||
isSelected
|
||||
? theme.background.transparent.light
|
||||
: theme.background.secondary};
|
||||
isSelected ? theme.background.transparent.light : 'transparent'};
|
||||
border-radius: ${({ theme }) => theme.border.radius.sm};
|
||||
color: ${({ theme }) => theme.font.color.secondary};
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user