fix #7781 made kanban board title and checkbox 24px (#7815)

# issue: #7781 

- [x] titlechip to 24px
- [x] checkbox to 24px
![Screenshot 2024-10-18
134759](https://github.com/user-attachments/assets/e9d347e3-41b8-4b0d-a072-d139ed982971)
![Screenshot 2024-10-18
134708](https://github.com/user-attachments/assets/8b83f6dd-96ac-4a4e-b6ae-85d3e2923fb9)
This commit is contained in:
NitinPSingh
2024-10-18 21:32:43 +05:30
committed by GitHub
parent 9c8eeeea9d
commit e50117e3b0
2 changed files with 7 additions and 5 deletions

View File

@ -66,7 +66,7 @@ const StyledContainer = withTheme(styled.div<
display: inline-flex;
justify-content: center;
gap: ${({ theme }) => theme.spacing(1)};
height: ${({ theme }) => theme.spacing(3)};
height: ${({ theme }) => theme.spacing(4)};
max-width: ${({ maxWidth }) =>
maxWidth
? `calc(${maxWidth}px - 2 * var(--chip-horizontal-padding))`