Skip to content

Commit

Permalink
Add a background for cells
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Aug 7, 2024
1 parent 5f98335 commit ebcd385
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-editor/src/components/grid/grid-visualizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ function GridVisualizerCell( { color, children, className } ) {
style={ {
boxShadow: `inset 0 0 0 1px color-mix(in srgb, ${ color } 20%, #0000)`,
color,
background: 'cornflowerblue',
opacity: 0.1,
} }
>
{ children }
Expand Down

0 comments on commit ebcd385

Please sign in to comment.