Skip to content

Commit

Permalink
Shortcode Design Review (#19852)
Browse files Browse the repository at this point in the history
* Update style of shortcode based on design review

* Fix title colors
  • Loading branch information
chipsnyder authored and koke committed Jan 27, 2020
1 parent e0958d7 commit 85ffc72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/block-library/src/shortcode/style.native.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.blockTitle {
font-family: $default-regular-font;
font-weight: 500;
font-size: 10px;
color: rgba($black, 0.6);
color: $gray;
text-transform: uppercase;
letter-spacing: 0.4px;
padding-bottom: 4px;
}

.blockTitleDark {
color: rgba($white, 0.6);
color: $gray-50;
}

.blockShortcode {
Expand All @@ -29,7 +29,7 @@
font-family: $default-monospace-font;
font-weight: 400;
font-size: 14px;
color: rgba($black, 0.25);
color: $gray;
}

.placeholderDark {
Expand Down

0 comments on commit 85ffc72

Please sign in to comment.