Skip to content

Commit

Permalink
Add background color to widgets header
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Dec 7, 2022
1 parent 81dbb54 commit f52091e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-widgets/src/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
display: flex;
align-items: center;
justify-content: space-between;
background: $white;
height: $header-height;
padding: 0 $grid-unit-20;
overflow: auto;
Expand Down

0 comments on commit f52091e

Please sign in to comment.