Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update colors for media placeholders
  • Loading branch information
Gerardo committed Jul 18, 2023
commit cc1ed48b7b4b8991abcc327f76942a03f8e74d0b
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #f5f5f5; // $light-ultra-dim
background-color: #e0e0e0; // $light-dim
padding-left: 12;
padding-right: 12;
padding-top: 12;
Expand Down Expand Up @@ -43,7 +43,7 @@
width: 24px;
height: 24px;
margin-right: $grid-unit;
fill: $light-tertiary;
fill: $light-secondary;
}

.media-placeholder__header-icon--dark {
Expand All @@ -53,7 +53,7 @@
.media-placeholder__header-title {
text-align: center;
font-size: 16;
color: $light-tertiary;
color: $light-secondary;
}

.media-placeholder__header-title--dark {
Expand Down
6 changes: 3 additions & 3 deletions packages/block-library/src/embed/styles.native.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #f5f5f5; // $light-ultra-dim
background-color: #e0e0e0; // $light-dim
padding-left: 12;
padding-right: 12;
padding-top: 12;
Expand Down Expand Up @@ -41,7 +41,7 @@
}

.embed__icon {
fill: $light-tertiary;
fill: $light-secondary;
}

.embed__icon--dark {
Expand All @@ -57,7 +57,7 @@
}

.embed__label--dark {
color: $white;
color: $dark-tertiary;
}

.embed__description {
Expand Down