fix: fix regression on multiItem input field when no item (#9543)
### Context Fix on [8904 issue](https://github.com/twentyhq/twenty/issues/8904) ([PR](https://github.com/twentyhq/twenty/pull/9439)) introduces a regression when field has no item. Background should be lighter. <img width="250" alt="Screenshot 2025-01-10 at 16 08 03" src="https://github.com/user-attachments/assets/1eb39455-f24a-4301-9a72-7a9a8f5c8382" /> ### Solution Conditional styling, displayed only when MultiInput has item <img width="250" alt="Screenshot 2025-01-10 at 16 08 20" src="https://github.com/user-attachments/assets/6bc02aa0-0430-4207-8163-c31d66751f3e" /> Co-authored-by: etiennejouan <jouan.etienne@gmail.com>
This commit is contained in:
@ -27,7 +27,7 @@ const StyledDropdownButtonContainer = styled.div<StyledDropdownButtonProps>`
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
|
||||
height: 30px;
|
||||
height: 32px;
|
||||
|
||||
padding-left: ${({ theme }) => theme.spacing(2)};
|
||||
padding-right: ${({ theme }) => theme.spacing(1)};
|
||||
|
||||
Reference in New Issue
Block a user