Skip to content

Commit

Permalink
fix(elements): fix checkpicker style
Browse files Browse the repository at this point in the history
  • Loading branch information
claire2212 committed Nov 16, 2023
1 parent 8e7084e commit d3e2efd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/fields/CheckPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,20 @@ const Box = styled.div<{
}
> .rs-picker-menu {
max-width: 100%;
> .rs-picker-search-bar {
> .rs-picker-search-bar-input {
background-color: ${p => p.theme.color.white};
border: solid 1px ${p => p.theme.color.lightGray};
border-radius: 0;
font-size: 13px;
padding: 4px 8px 6px 8px;
}
> svg {
color: ${p => p.theme.color.lightGray};
top: 11px;
}
}
> .rs-picker-check-menu {
padding-top: 6px;
margin: 0;
Expand Down

0 comments on commit d3e2efd

Please sign in to comment.