Skip to content

Commit

Permalink
Merge branch 'dev' into feature/add-event-handler
Browse files Browse the repository at this point in the history
  • Loading branch information
raheeliftikhar5 authored Jul 3, 2024
2 parents d23fc09 + ace9e1e commit 23767c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let SelectBasicComp = (function () {
style: withDefault(styleControl(InputFieldStyle),{background:'transparent'}),
labelStyle: styleControl(LabelStyle),
inputFieldStyle: withDefault(styleControl(SelectStyle),{borderWidth:'1px'}),
childrenInputFieldStyle: styleControl(ChildrenMultiSelectStyle)
childrenInputFieldStyle: withDefault(styleControl(ChildrenMultiSelectStyle),{text:'#000'})
};
return new UICompBuilder(childrenMap, (props, dispatch) => {
const [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ export const TabContainerStyle = [
[
...ContainerStyle.filter(
(style) =>
["border", "radius", "f", "margin", "padding"].includes(
["border", "radius", "f", "margin", "padding",'borderWidth','borderStyle'].includes(
style.name
) === false
),
Expand Down

0 comments on commit 23767c4

Please sign in to comment.