Skip to content

Commit

Permalink
Use darker color for default column border
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed May 25, 2021
1 parent 2048830 commit b59db37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/columns/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
// the border block support allowing user defined borders.
&.is-style-divided .wp-block-column {
// Default divided border to use until user specifies something different.
border: 1px solid $gray-300;
border: 1px solid $gray-900;

// Disable top and left borders.
border-top: none !important;
Expand Down

0 comments on commit b59db37

Please sign in to comment.