Open ali-niazi opened 6 years ago
We don't have any way right now to add custom CSS via props, but I'll put it on the list of improvements TBD. In the meantime, you can overwrite styles/classes you want to be changed in your CSS file, with something like this:
.combo-select {
min-width: 180px;
.combo-select-body {
border-radius: 2px;
font-size: 14px;
border-color: gray;
.combo-select-item {
white-space: nowrap;
}
.combo-select-item.selected path {
fill: gray;
}
}
path {
fill: $passiveMedium;
}
.search-input {
border-radius: 2px;
border: 1px solid $borderPanel !important;
color: $dark;
}
}
We are using SCSS here, but it can be acomplished with regular CSS as well.
Very thanks for this component. please add the props class