impaktapps-ui-builder 1.0.64-alpha.118 → 1.0.64-alpha.119

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11739,7 +11739,18 @@ const TextArea = {
11739
11739
  },
11740
11740
  config: {
11741
11741
  layout: 12,
11742
- style: {},
11742
+ style: {
11743
+ containerStyle: {
11744
+ borderRadius: "20px"
11745
+ },
11746
+ headerContainerStyle: {},
11747
+ textAreaStyle: {
11748
+ borderRadius: "20px",
11749
+ padding: "20px",
11750
+ background: "white",
11751
+ color: "black"
11752
+ }
11753
+ },
11743
11754
  main: {
11744
11755
  heading: "TextArea",
11745
11756
  minRows: 4,