diff --git a/public/img/resize-handle-white.svg b/public/img/resize-handle-white.svg new file mode 100644 index 00000000000..110ff8edfbb --- /dev/null +++ b/public/img/resize-handle-white.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/public/sass/components/_dashboard_grid.scss b/public/sass/components/_dashboard_grid.scss index dd81a210409..aec08d72258 100644 --- a/public/sass/components/_dashboard_grid.scss +++ b/public/sass/components/_dashboard_grid.scss @@ -44,6 +44,11 @@ border-right: 2px solid $gray-1; border-bottom: 2px solid $gray-1; } + // temp fix since we use old commit of grid component + // this can be removed when we revert to non fork grid component + .react-grid-item > .react-resizable-handle { + background-image: url('../img/resize-handle-white.svg'); + } } .theme-light {