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 Jul 9, 2021
1 parent 14f27ca commit 8bd1947
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 @@ -110,7 +110,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 8bd1947

Please sign in to comment.