Skip to content

Commit

Permalink
Use an object for visual editor compat
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 14, 2024
1 parent d0511d7 commit b673695
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 8 deletions.
4 changes: 3 additions & 1 deletion packages/themes/src/presets/aura/datatable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ export default {
dropPoint: {
color: '{primary.color}'
},
columnResizerWidth: '0.5rem',
columnResizer: {
width: '0.5rem'
},
resizeIndicator: {
width: '1px',
color: '{primary.color}'
Expand Down
4 changes: 3 additions & 1 deletion packages/themes/src/presets/aura/treetable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ export default {
borderWidth: '0 0 1px 0',
padding: '0.75rem 1rem'
},
columnResizerWidth: '0.5rem',
columnResizer: {
width: '0.5rem'
},
resizeIndicator: {
width: '1px',
color: '{primary.color}'
Expand Down
4 changes: 3 additions & 1 deletion packages/themes/src/presets/lara/datatable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ export default {
dropPoint: {
color: '{primary.color}'
},
columnResizerWidth: '0.5rem',
columnResizer: {
width: '0.5rem'
},
resizeIndicator: {
width: '1px',
color: '{primary.color}'
Expand Down
4 changes: 3 additions & 1 deletion packages/themes/src/presets/lara/treetable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ export default {
borderWidth: '0 0 1px 0',
padding: '0.75rem 1rem'
},
columnResizerWidth: '0.5rem',
columnResizer: {
width: '0.5rem'
},
resizeIndicator: {
width: '1px',
color: '{primary.color}'
Expand Down
4 changes: 3 additions & 1 deletion packages/themes/src/presets/material/datatable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ export default {
dropPoint: {
color: '{primary.color}'
},
columnResizerWidth: '0.5rem',
columnResizer: {
width: '0.5rem'
},
resizeIndicator: {
width: '1px',
color: '{primary.color}'
Expand Down
4 changes: 3 additions & 1 deletion packages/themes/src/presets/material/treetable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ export default {
borderWidth: '0 0 1px 0',
padding: '0.75rem 1rem'
},
columnResizerWidth: '0.5rem',
columnResizer: {
width: '0.5rem'
},
resizeIndicator: {
width: '1px',
color: '{primary.color}'
Expand Down
4 changes: 3 additions & 1 deletion packages/themes/src/presets/nora/datatable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ export default {
dropPoint: {
color: '{primary.color}'
},
columnResizerWidth: '0.5rem',
columnResizer: {
width: '0.5rem'
},
resizeIndicator: {
width: '1px',
color: '{primary.color}'
Expand Down
4 changes: 3 additions & 1 deletion packages/themes/src/presets/nora/treetable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ export default {
borderWidth: '0 0 1px 0',
padding: '0.75rem 1rem'
},
columnResizerWidth: '0.5rem',
columnResizer: {
width: '0.5rem'
},
resizeIndicator: {
width: '1px',
color: '{primary.color}'
Expand Down

0 comments on commit b673695

Please sign in to comment.